| 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 2bffa53418a1883cc144824eecbf1e4f2687d197..dff3a39b63e40717844c393b80a63033855f4fc8 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();
|
|
|
|
|