| 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 89243ae44e0f0d6fdc3f2e52f1aa1c95960143b5..060ec05cff53e2ed0c51521d98d207a4654ca649 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -930,7 +930,7 @@ public:
|
| void cancelIdleCallback(int id);
|
|
|
| EventTarget* errorEventTarget() final;
|
| - void logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtrWillBeRawPtr<ScriptCallStack>) final;
|
| + void logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtr<ScriptCallStack>) final;
|
|
|
| void initDNSPrefetch();
|
|
|
|
|