Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 5d4103201c657ec1373e82b648d1d06bb72d5f61..3c4793b8bf67df02ca9b685b82fdd5d2c9b0b906 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -941,7 +941,7 @@ public: |
void serviceScriptedAnimations(double monotonicAnimationStartTime); |
virtual EventTarget* errorEventTarget() OVERRIDE FINAL; |
- virtual void logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtrWillBeRawPtr<ScriptCallStack>) OVERRIDE FINAL; |
+ virtual void logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtrWillBeRawPtr<ScriptCallStack>, PassRefPtrWillBeRawPtr<ScriptArguments>) OVERRIDE FINAL; |
void initDNSPrefetch(); |