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

Unified Diff: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp

Issue 2255673003: [wasm] Support wasm module structured cloning. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: LayoutTests and virtual path Created 4 years, 3 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/web/WebRuntimeFeatures.cpp
diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
index 80f5599061f8dbfe675d5115bb7609ef0a941360..da2f84a8799d3e5f19937df26b11f18a52b2452c 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -45,6 +45,11 @@ void WebRuntimeFeatures::enableWebBluetooth(bool enable)
RuntimeEnabledFeatures::setWebBluetoothEnabled(enable);
}
+void WebRuntimeFeatures::enableWebAssemblySerialization(bool enable)
+{
+ RuntimeEnabledFeatures::setWebAssemblySerializationEnabled(enable);
+}
+
void WebRuntimeFeatures::enableWebUsb(bool enable)
{
RuntimeEnabledFeatures::setWebUSBEnabled(enable);
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | third_party/WebKit/public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698