| 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 751ed94316a95c3cdd331eee3a9f2bb57ca9c0b2..592babf1936d4999c6f71cbe97005b7c965e00ac 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -955,7 +955,7 @@ public:
|
| void cancelIdleCallback(int id);
|
|
|
| EventTarget* errorEventTarget() final;
|
| - void exceptionThrown(const String& errorMessage, std::unique_ptr<SourceLocation>) final;
|
| + void exceptionThrown(ErrorEvent*) final;
|
|
|
| void initDNSPrefetch();
|
|
|
|
|