Skip to content

Commit 3581fa7

Browse files
mkustermannCommit Queue
authored andcommitted
[dart2wasm] No longer pass --experimental-wasm-imported-strings to V8 (js-string builtins are enabled by default)
Change-Id: I353e3dbd693d8ce83f75059a2d6dd72b277d3677 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/406842 Commit-Queue: Martin Kustermann <[email protected]> Reviewed-by: Ömer Ağacan <[email protected]>
1 parent c32eddd commit 3581fa7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/test_runner/lib/src/browser_controller.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ class Chrome extends Browser {
410410
"--use-mock-keychain",
411411
"--password-store=basic",
412412
"--user-data-dir=${userDir.path}",
413-
"--js-flags=--experimental-wasm-imported-strings",
414413
url,
415414
];
416415

0 commit comments

Comments
 (0)