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

Unified Diff: third_party/WebKit/Source/bindings/modules/v8/ModuleBindingsInitializer.cpp

Issue 2780693003: [wasm] response-based compile APIs (Closed)
Patch Set: simplify Created 3 years, 8 months 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
Index: third_party/WebKit/Source/bindings/modules/v8/ModuleBindingsInitializer.cpp
diff --git a/third_party/WebKit/Source/bindings/modules/v8/ModuleBindingsInitializer.cpp b/third_party/WebKit/Source/bindings/modules/v8/ModuleBindingsInitializer.cpp
index a74c96a3811a09c694b8cba962e8c4ec46942b73..529cb9ef788a25066ec29592070c014f887c6150 100644
--- a/third_party/WebKit/Source/bindings/modules/v8/ModuleBindingsInitializer.cpp
+++ b/third_party/WebKit/Source/bindings/modules/v8/ModuleBindingsInitializer.cpp
@@ -7,6 +7,7 @@
#include "bindings/core/v8/V8PerIsolateData.h"
#include "bindings/modules/v8/ConditionalFeaturesForModules.h"
#include "bindings/modules/v8/SerializedScriptValueForModulesFactory.h"
+#include "bindings/modules/v8/wasm/WasmResponseExtensions.h"
namespace blink {
@@ -19,6 +20,7 @@ void ModuleBindingsInitializer::init() {
initPartialInterfacesInModules();
SerializedScriptValueFactory::initialize(
new SerializedScriptValueForModulesFactory);
+ WasmResponseExtensions::initialize(V8PerIsolateData::mainThreadIsolate());
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698