| Index: third_party/closure_compiler/closure_args.gni
|
| diff --git a/third_party/closure_compiler/closure_args.gni b/third_party/closure_compiler/closure_args.gni
|
| index 75ef021b38034e1333c14b70a4aa1c7a01f44747..ffcf0cd25b5f7a1a40a38e98c8f79174797fecbf 100644
|
| --- a/third_party/closure_compiler/closure_args.gni
|
| +++ b/third_party/closure_compiler/closure_args.gni
|
| @@ -4,7 +4,6 @@
|
|
|
| # GYP version: third_party/closure_compiler/closure_args.gypi
|
| closure_args = [
|
| - "accept_const_keyword",
|
| "compilation_level=SIMPLE_OPTIMIZATIONS",
|
| "extra_annotation_name=attribute",
|
| "extra_annotation_name=demo",
|
| @@ -15,7 +14,6 @@ closure_args = [
|
| "extra_annotation_name=submodule",
|
| "jscomp_error=accessControls",
|
| "jscomp_error=ambiguousFunctionDecl",
|
| - "jscomp_error=checkStructDictInheritance",
|
| "jscomp_error=checkTypes",
|
| "jscomp_error=checkVars",
|
| "jscomp_error=constantProperty",
|
|
|