| 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 58baf891ec3ea138275537206d33749ed153faa1..294aea92b244345559e9d883e201a244169d02bc 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| @@ -104,7 +104,7 @@ public:
|
| KURL contextCompleteURL(const String& url) const { return virtualCompleteURL(url); }
|
|
|
| bool shouldSanitizeScriptError(const String& sourceURL, AccessControlStatus);
|
| - void reportException(ErrorEvent*, PassOwnPtr<SourceLocation>, AccessControlStatus);
|
| + void reportException(ErrorEvent*, AccessControlStatus);
|
|
|
| virtual void addConsoleMessage(ConsoleMessage*) = 0;
|
| virtual void logExceptionToConsole(const String& errorMessage, PassOwnPtr<SourceLocation>) = 0;
|
|
|