Index: sky/engine/core/dom/ExecutionContext.h |
diff --git a/sky/engine/core/dom/ExecutionContext.h b/sky/engine/core/dom/ExecutionContext.h |
index 95221e6de92911462e4a904b044a6c1650c1c966..6037a77b788aa1037b4cf348b1ebe688eb9fb2c5 100644 |
--- a/sky/engine/core/dom/ExecutionContext.h |
+++ b/sky/engine/core/dom/ExecutionContext.h |
@@ -65,7 +65,6 @@ public: |
KURL contextURL() const { return virtualURL(); } |
KURL contextCompleteURL(const String& url) const { return virtualCompleteURL(url); } |
- bool shouldSanitizeScriptError(const String& sourceURL); |
void reportException(PassRefPtr<ErrorEvent>, int scriptId, PassRefPtr<ScriptCallStack>); |
void addConsoleMessage(PassRefPtr<ConsoleMessage>); |