| Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| index 07caf9749a96337537455e1654e6ed2e4a72879a..3227387e4894537832f0fbcf22f03843bbb752bc 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| @@ -40,6 +40,7 @@ public:
|
| void asyncTaskStarted(void* task);
|
| void asyncTaskFinished(void* task);
|
| unsigned promiseRejected(v8::Local<v8::Context>, const String16& errorMessage, v8::Local<v8::Value> exception, std::unique_ptr<SourceLocation>);
|
| + void promiseRejectionRevoked(v8::Local<v8::Context>, unsigned promiseRejectionId);
|
|
|
| // V8DebuggerClient implementation.
|
| void beginUserGesture() override;
|
|
|