Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8Initializer.h

Issue 2480583003: [Binding] Expose a function as a static method of V8Initializer (Closed)
Patch Set: Make it a static method Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698