Chromium Code Reviews| Index: Source/devtools/front_end/main/Main.js |
| diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js |
| index afc9e46d84ef8e8e6c5a1900653c30d3d3f00cc9..c33d39e54fc53fb0ba24da7d65385103c523b272 100644 |
| --- a/Source/devtools/front_end/main/Main.js |
| +++ b/Source/devtools/front_end/main/Main.js |
| @@ -189,6 +189,8 @@ WebInspector.Main.prototype = { |
| configuration.push("layers"); |
| if (WebInspector.experimentsSettings.devicesPanel.isEnabled() && !!WebInspector.queryParam("can_dock")) |
| configuration.push("devices"); |
| + if (WebInspector.experimentsSettings.documentation.isEnabled()) |
|
yurys
2014/08/08 13:07:47
You should also register documentation module by d
yurys
2014/08/08 13:21:07
Never mind.
|
| + configuration.push("documentation"); |
| if (WebInspector.isWorkerFrontend()) |
| configuration = ["main", "sources", "timeline", "profiler", "console", "source_frame"]; |
| self.runtime.registerModules(configuration); |