summaryrefslogtreecommitdiffstats
path: root/dom/base/nsContentUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/nsContentUtils.h')
-rw-r--r--dom/base/nsContentUtils.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/dom/base/nsContentUtils.h b/dom/base/nsContentUtils.h
index c255f813a..9ae6d2155 100644
--- a/dom/base/nsContentUtils.h
+++ b/dom/base/nsContentUtils.h
@@ -2730,13 +2730,6 @@ public:
static bool AttemptLargeAllocationLoad(nsIHttpChannel* aChannel);
- /**
- * Detect whether a string is a (CSS) local-url.
- * https://drafts.csswg.org/css-values/#local-urls
- */
- static bool
- IsLocalRefURL(const nsString& aString);
-
private:
static bool InitializeEventTable();