Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index b92bbdce213f1ac79f3b57fd8fd88d32706d3439..cfd2f8f73052223ec507b3f224a1550725cd2bc5 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -947,7 +947,7 @@ public: |
void serviceScriptedAnimations(double monotonicAnimationStartTime); |
virtual EventTarget* errorEventTarget(); |
- virtual void logExceptionToConsole(const String& errorMessage, const String& sourceURL, int lineNumber, PassRefPtr<ScriptCallStack>); |
+ virtual void logExceptionToConsole(const String& errorMessage, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtr<ScriptCallStack>); |
void initDNSPrefetch(); |