| Index: third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| index 5f10b62de6a05f5f32f50490a61b665761a69994..164ce5480d71ce16f2d0bc2de7d725da800e019d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| @@ -42,6 +42,7 @@
|
| namespace blink {
|
|
|
| class ConsoleMessage;
|
| +class ErrorEvent;
|
| class LocalFrame;
|
| class SecurityOrigin;
|
| class SourceLocation;
|
| @@ -75,7 +76,7 @@ public:
|
| void didClearContextsForFrame(LocalFrame*);
|
| void contextCreated(ScriptState*, LocalFrame*, SecurityOrigin*);
|
| void contextWillBeDestroyed(ScriptState*);
|
| - void exceptionThrown(LocalFrame*, const String& errorMessage, std::unique_ptr<SourceLocation>);
|
| + void exceptionThrown(ExecutionContext*, ErrorEvent*);
|
|
|
| void installAdditionalCommandLineAPI(v8::Local<v8::Context>, v8::Local<v8::Object>) override;
|
|
|
|
|