| Index: third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json b/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
|
| index a6eb3fb6ea17f7d1beb288600bc799d95cd37577..c7cc03b0fde61f0ecf0cdc3cf218bedcb5351aec 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
|
| @@ -10,6 +10,7 @@
|
| "ESTreeWalker.js",
|
| "FormatterWorker.js",
|
| "acorn/acorn.js",
|
| + "acorn/acorn_loose.js",
|
| "CSSFormatter.js",
|
| "AcornTokenizer.js",
|
| "JavaScriptFormatter.js",
|
| @@ -22,6 +23,7 @@
|
| ],
|
| "skip_compilation": [
|
| "acorn/acorn.js",
|
| + "acorn/acorn_loose.js",
|
| "../cm_web_modes/css.js",
|
| "../cm_web_modes/xml.js"
|
| ]
|
|
|