Chromium Code Reviews| Index: Source/devtools/front_end/toolbox/module.json |
| diff --git a/Source/devtools/front_end/toolbox/module.json b/Source/devtools/front_end/toolbox/module.json |
| index 8f8f314ad733cb0cc2398afef91928466839a3f2..3eb67bd6d60294ca5fa62801faa9b4c15a8ca192 100644 |
| --- a/Source/devtools/front_end/toolbox/module.json |
| +++ b/Source/devtools/front_end/toolbox/module.json |
| @@ -1,7 +1,8 @@ |
| { |
| "dependencies": [ |
| - "ui", |
| - "bindings" |
| + "bindings", |
| + "platform", |
| + "ui" |
| ], |
| "scripts": [ |
| "OverridesUI.js", |