summaryrefslogtreecommitdiffstats
path: root/mailnews/jsaccount/src/JaUrl.cpp
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-11-03 22:50:47 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-11-03 22:50:47 -0500
commit711a5031d015a9fde7feb61905473b52d9cc3369 (patch)
tree0cace52b62bbfa1e83af8710c887b387ca6cabe1 /mailnews/jsaccount/src/JaUrl.cpp
parent37fbbd447b96b72f3e07e18e72509de01f94b7eb (diff)
downloadUXP-711a5031d015a9fde7feb61905473b52d9cc3369.tar
UXP-711a5031d015a9fde7feb61905473b52d9cc3369.tar.gz
UXP-711a5031d015a9fde7feb61905473b52d9cc3369.tar.lz
UXP-711a5031d015a9fde7feb61905473b52d9cc3369.tar.xz
UXP-711a5031d015a9fde7feb61905473b52d9cc3369.zip
Issue #1258 - Part 7: UXP Specific fixes
* This includes Bug 1326433 for Janek fallout (ldap already had this fix)
Diffstat (limited to 'mailnews/jsaccount/src/JaUrl.cpp')
-rw-r--r--mailnews/jsaccount/src/JaUrl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/mailnews/jsaccount/src/JaUrl.cpp b/mailnews/jsaccount/src/JaUrl.cpp
index 70b19329c..f103460c6 100644
--- a/mailnews/jsaccount/src/JaUrl.cpp
+++ b/mailnews/jsaccount/src/JaUrl.cpp
@@ -162,7 +162,6 @@ NS_IMPL_ISUPPORTS(JaCppUrlDelegator::Super,
nsIMsgMailNewsUrl,
nsIMsgMessageUrl,
nsIURI,
- nsIURIWithQuery,
nsIURL,
nsIInterfaceRequestor)
@@ -199,7 +198,6 @@ NS_IMETHODIMP JaCppUrlDelegator::SetJsDelegate(nsISupports *aJsDelegate)
mJsISupports = aJsDelegate;
mJsIMsgMailNewsUrl = do_QueryInterface(aJsDelegate);
mJsIURI = do_QueryInterface(aJsDelegate);
- mJsIURIWithQuery = do_QueryInterface(aJsDelegate);
mJsIURL = do_QueryInterface(aJsDelegate);
mJsIMsgMessageUrl = do_QueryInterface(aJsDelegate);
mJsIInterfaceRequestor = do_QueryInterface(aJsDelegate);