| Index: third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json b/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
|
| similarity index 83%
|
| rename from third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json
|
| rename to third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
|
| index 3664fd2d1974575c21c7679c3155261544e77535..760d0e602755e9e7678a5c63a92cd565940a7a17 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
|
| @@ -7,11 +7,12 @@
|
| "../cm/htmlmixed.js",
|
| "../common/WebInspector.js",
|
| "../es_tree/ESTreeWalker.js",
|
| - "ScriptFormatterWorker.js",
|
| + "FormatterWorker.js",
|
| "../acorn/acorn.js",
|
| "CSSFormatter.js",
|
| "../es_tree/AcornTokenizer.js",
|
| - "JavaScriptFormatter.js"
|
| + "JavaScriptFormatter.js",
|
| + "FormattedContentBuilder.js"
|
| ],
|
| "skip_compilation": [
|
| "../acorn/acorn.js",
|
|
|