| Index: third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.h b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| index b13a2798ef46ccbefb3e2209fa24e7e27b09756d..8655591b163e9472edc3d624e042c08c0054c4a4 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| @@ -107,7 +107,7 @@ public:
|
| void reportException(ErrorEvent*, AccessControlStatus);
|
|
|
| virtual void addConsoleMessage(ConsoleMessage*) = 0;
|
| - virtual void logExceptionToConsole(const String& errorMessage, std::unique_ptr<SourceLocation>) = 0;
|
| + virtual void exceptionThrown(const String& errorMessage, std::unique_ptr<SourceLocation>) = 0;
|
|
|
| PublicURLManager& publicURLManager();
|
|
|
|
|