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

Unified Diff: content/child/runtime_features.cc

Issue 2669843002: [wasm] Change WebAssembly flags option to only cover structured cloning. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/renderer/render_process_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/runtime_features.cc
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
index 5fbf13148e33c3c140f8736f6eeef85871f2edee..fd9241227a4f73f95ed63442d923bfb1b7d65428 100644
--- a/content/child/runtime_features.cc
+++ b/content/child/runtime_features.cc
@@ -100,9 +100,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
if (!base::FeatureList::IsEnabled(features::kNotificationContentImage))
WebRuntimeFeatures::enableNotificationContentImage(false);
- // For the time being, enable wasm serialization when wasm is enabled,
- // since the whole wasm space is experimental. We have the flexibility
- // to decouple the two.
+ // For the time being, wasm serialization is separately controlled
+ // by this flag. WebAssembly APIs and compilation is now enabled
+ // unconditionally in V8.
if (base::FeatureList::IsEnabled(features::kWebAssembly))
WebRuntimeFeatures::enableWebAssemblySerialization(true);
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/renderer/render_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698