commit | 24c1e5ca3b5a6ad00eede404cfc535de30df5327 | [log] [tgz] |
---|---|---|
author | Ben Smith <[email protected]> | Wed Jun 20 01:09:02 2018 |
committer | Commit Bot <[email protected]> | Wed Jun 20 01:09:02 2018 |
tree | 4cec1f1d3ad10bea60093ce8ee4c0965cd7979b0 | |
parent | d2a6d6bcbeccd540b8a27b4fbb3ed84d5113ea7c [diff] [blame] |
Add flag to enable WebAssembly threads WebAssembly threads implicitly enables SharedArrayBuffer (--enable-shared-array-buffer) and structured cloning WebAssembly.Module (--enable-webassembly). Bug: 852756 Change-Id: I89d04cf08f1ff8cb777cf67f794d0f88049b6443 Reviewed-on: https://chromium-review.googlesource.com/1105558 Commit-Queue: Ben Smith <[email protected]> Reviewed-by: Jochen Eisinger <[email protected]> Cr-Commit-Position: refs/heads/master@{#568676}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 827b9f7c..0218c0f5 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -462,6 +462,9 @@ extern const char kEnableWasmBaselineName[]; extern const char kEnableWasmBaselineDescription[]; +extern const char kEnableWasmThreadsName[]; +extern const char kEnableWasmThreadsDescription[]; + extern const char kExpensiveBackgroundTimerThrottlingName[]; extern const char kExpensiveBackgroundTimerThrottlingDescription[];