Index: content/public/common/content_features.cc |
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc |
index d122d0e44f58b85f09165b1b0e7a0bb180a85de2..7303694898a4ca01b1847c06cd954c8686c28784 100644 |
--- a/content/public/common/content_features.cc |
+++ b/content/public/common/content_features.cc |
@@ -214,7 +214,7 @@ const base::Feature kServiceWorkerNavigationPreload{ |
// http://tc39.github.io/ecmascript_sharedmem/shmem.html |
const base::Feature kSharedArrayBuffer{"SharedArrayBuffer", |
- base::FEATURE_DISABLED_BY_DEFAULT}; |
+ base::FEATURE_ENABLED_BY_DEFAULT}; |
// Paint invalidation based on slimming paint. See https://goo.gl/eQczQW |
const base::Feature kSlimmingPaintInvalidation{ |