Index: Source/devtools/scripts/compile_frontend.py |
diff --git a/Source/devtools/scripts/compile_frontend.py b/Source/devtools/scripts/compile_frontend.py |
index 721a38af4f9d1dbd2117b957553385e36931c997..bc4048327c407ec1a17a378611a053c6a176555a 100755 |
--- a/Source/devtools/scripts/compile_frontend.py |
+++ b/Source/devtools/scripts/compile_frontend.py |
@@ -246,7 +246,6 @@ common_closure_args = [ |
'--warning_level', 'VERBOSE', |
'--language_in=ES6_STRICT', |
'--language_out=ES5_STRICT', |
- '--accept_const_keyword', |
'--extra_annotation_name', 'suppressReceiverCheck', |
'--extra_annotation_name', 'suppressGlobalPropertiesCheck', |
'--module_output_path_prefix', to_platform_path_exact(modules_dir + path.sep) |