| Index: third_party/WebKit/Source/devtools/front_end/dom_extension/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/toolbox_bootstrap/module.json b/third_party/WebKit/Source/devtools/front_end/dom_extension/module.json
|
| similarity index 74%
|
| copy from third_party/WebKit/Source/devtools/front_end/toolbox_bootstrap/module.json
|
| copy to third_party/WebKit/Source/devtools/front_end/dom_extension/module.json
|
| index 42fbad576d5dcba693450089a6e7f71ea8e88e4c..7f64ee3cf1eb03cbcf70b99080d052c9f8ae5da2 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/toolbox_bootstrap/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/dom_extension/module.json
|
| @@ -3,6 +3,6 @@
|
| "platform"
|
| ],
|
| "scripts": [
|
| - "Toolbox.js"
|
| + "DOMExtension.js"
|
| ]
|
| }
|
|
|