| Index: lib/runtime/harmony_feature_check.js
|
| diff --git a/lib/runtime/harmony_feature_check.js b/lib/runtime/harmony_feature_check.js
|
| index 33003066a1adccae5b61aba04b37e7144633fb06..3ea0804d8ed31cc3398dacda227a71f9c1e40dc3 100644
|
| --- a/lib/runtime/harmony_feature_check.js
|
| +++ b/lib/runtime/harmony_feature_check.js
|
| @@ -19,9 +19,7 @@
|
|
|
| var message = 'This script needs EcmaScript 6 features ' +
|
| 'like `class` and `=>`. Please run in a browser with support, ' +
|
| - 'for example: chrome --js-flags="--harmony-arrow-functions' +
|
| - ' --harmony-classes --harmony-computed-property-names' +
|
| - ' --harmony-spreadcalls"';
|
| + 'for example: chrome --js-flags="--harmony"';
|
| console.error(message);
|
| alert(message);
|
|
|
|
|