Index: Source/core/dom/ExecutionContext.h |
diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h |
index 4f3abcd9a3df1083591e0686f4865cd09792e34b..f9e6ac94b24dbcb918463dc650b5f26b34279388 100644 |
--- a/Source/core/dom/ExecutionContext.h |
+++ b/Source/core/dom/ExecutionContext.h |
@@ -54,6 +54,7 @@ class ScriptState; |
class PublicURLManager; |
class SecurityOrigin; |
class ScriptCallStack; |
+class ConsoleMessage; |
class ExecutionContext |
: public WillBeGarbageCollectedMixin |
@@ -83,7 +84,7 @@ public: |
KURL contextCompleteURL(const String& url) const { return virtualCompleteURL(url); } |
bool shouldSanitizeScriptError(const String& sourceURL, AccessControlStatus); |
- void reportException(PassRefPtrWillBeRawPtr<ErrorEvent>, PassRefPtrWillBeRawPtr<ScriptCallStack>, AccessControlStatus); |
+ void reportException(PassRefPtrWillBeRawPtr<ErrorEvent>, PassRefPtrWillBeRawPtr<ConsoleMessage>); |
void addConsoleMessage(MessageSource, MessageLevel, const String& message, const String& sourceURL, unsigned lineNumber); |
void addConsoleMessage(MessageSource, MessageLevel, const String& message, ScriptState* = 0); |