| Index: third_party/WebKit/Source/bindings/core/v8/V8Initializer.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Initializer.h b/third_party/WebKit/Source/bindings/core/v8/V8Initializer.h
|
| index 6c8b794b27ce7a1ef1b3fcce2c47d6519dad3908..63680f1655a059b329d6203ae751c9267c2db987 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8Initializer.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8Initializer.h
|
| @@ -41,6 +41,8 @@ class CORE_EXPORT V8Initializer {
|
| static void initializeWorker(v8::Isolate*);
|
|
|
| static void reportRejectedPromisesOnMainThread();
|
| + static void messageHandlerInMainThread(v8::Local<v8::Message>,
|
| + v8::Local<v8::Value>);
|
| };
|
|
|
| } // namespace blink
|
|
|