| 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 41dc8f5bb046c027b51b6a1719cc41e76601e461..414563f64b5a36facfc722c9cf9c2bf6ec49c670 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
|
| @@ -1,9 +1,9 @@
|
| {
|
| "dependencies": [
|
| - "platform"
|
| + "platform",
|
| + "cm_headless"
|
| ],
|
| "scripts": [
|
| - "../cm/headlesscodemirror.js",
|
| "../cm/css.js",
|
| "../cm/xml.js",
|
| "../common/Text.js",
|
| @@ -23,7 +23,6 @@
|
| ],
|
| "skip_compilation": [
|
| "acorn/acorn.js",
|
| - "../cm/headlesscodemirror.js",
|
| "../cm/css.js",
|
| "../cm/xml.js"
|
| ]
|
|
|