diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-22 05:39:02 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-01 16:03:01 +0200 |
commit | a95439db61c4530afae3967e2912d6ca38f1bbda (patch) | |
tree | ed8926c1fe52c8072dbaff40278c1f0370980c2f /image | |
parent | f5fcb8a32ccbe9af1a16a05c4959f7389eae37c1 (diff) | |
download | uxp-a95439db61c4530afae3967e2912d6ca38f1bbda.tar.gz |
Issue #1822 - Part 3: Remove LOAD_CLASSIFIER_URI and various
helper functions.
Diffstat (limited to 'image')
-rw-r--r-- | image/imgLoader.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/image/imgLoader.cpp b/image/imgLoader.cpp index 0f516bc800..3b64f065bd 100644 --- a/image/imgLoader.cpp +++ b/image/imgLoader.cpp @@ -699,8 +699,6 @@ NewImageChannel(nsIChannel** aResult, // (possibly in different documents). // If all of the proxy requests are canceled then this request should be // canceled too. - // - aLoadFlags |= nsIChannel::LOAD_CLASSIFY_URI; nsCOMPtr<nsINode> requestingNode = do_QueryInterface(aRequestingContext); |