| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 2816210aa4d48655d719edabd21b46e1998617dd..cc1acff29d09439c7b2aa195c41bd1816645bf02 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -933,7 +933,7 @@ public:
|
| void cancelIdleCallback(int id);
|
|
|
| EventTarget* errorEventTarget() final;
|
| - void logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtr<ScriptCallStack>) final;
|
| + void logExceptionToConsole(const String& errorMessage, PassOwnPtr<SourceLocation>) final;
|
|
|
| void initDNSPrefetch();
|
|
|
|
|