Skip to content

Commit 7662e06

Browse files
flagxorCommit Bot
authored andcommitted
Enable SharedArrayBuffer by default in standalone v8.
BUG=chromium:709179 [email protected],[email protected] Change-Id: I2efb3becc1ca9fef84008c82cd882ef11e2aa3f2 Reviewed-on: https://chromium-review.googlesource.com/589768 Commit-Queue: Brad Nelson <[email protected]> Reviewed-by: Ben Smith <[email protected]> Cr-Commit-Position: refs/heads/master@{#46986}
1 parent 6b0bf16 commit 7662e06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flag-definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ DEFINE_IMPLICATION(es_staging, harmony)
192192
#define HARMONY_INPROGRESS_BASE(V) \
193193
V(harmony_array_prototype_values, "harmony Array.prototype.values") \
194194
V(harmony_function_sent, "harmony function.sent") \
195-
V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \
196195
V(harmony_do_expressions, "harmony do-expressions") \
197196
V(harmony_class_fields, "harmony public fields in class literals") \
198197
V(harmony_async_iteration, "harmony async iteration") \
@@ -228,6 +227,7 @@ DEFINE_IMPLICATION(es_staging, harmony)
228227
V(harmony_restrictive_generators, \
229228
"harmony restrictions on generator declarations") \
230229
V(harmony_object_rest_spread, "harmony object rest spread properties") \
230+
V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \
231231
V(harmony_regexp_dotall, "harmony regexp dotAll flag")
232232

233233
// Once a shipping feature has proved stable in the wild, it will be dropped

0 commit comments

Comments
 (0)