| 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 f4c1aedbda219adf3835150714039930425fbb94..8a08f0dddd02be342a98fa341d30c48ed473b270 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| @@ -130,6 +130,7 @@ class CORE_EXPORT ExecutionContext : public ContextLifecycleNotifier,
|
|
|
| virtual void AddConsoleMessage(ConsoleMessage*) = 0;
|
| virtual void ExceptionThrown(ErrorEvent*) = 0;
|
| + void ReportLocalLoadFailed(const String& url);
|
|
|
| PublicURLManager& GetPublicURLManager();
|
|
|
|
|