| 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 05c0ea2018b28d9b4b10a73770c844936c33a92d..db481395d919cdedbd3153ee768c83d23ad238d3 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
|
| @@ -7,11 +7,11 @@
|
| "../common/WebInspector.js",
|
| "../common/Text.js",
|
| "../common/TextRange.js",
|
| - "../es_tree/ESTreeWalker.js",
|
| + "ESTreeWalker.js",
|
| "FormatterWorker.js",
|
| "../acorn/acorn.js",
|
| "CSSFormatter.js",
|
| - "../es_tree/AcornTokenizer.js",
|
| + "AcornTokenizer.js",
|
| "JavaScriptFormatter.js",
|
| "FormattedContentBuilder.js",
|
| "CSSRuleParser.js",
|
|
|