Index: Source/devtools/front_end/main/AdvancedApp.js |
diff --git a/Source/devtools/front_end/main/AdvancedApp.js b/Source/devtools/front_end/main/AdvancedApp.js |
index 91584ade4ac1fd155d47e589d6523602ace0e533..89cf77d2f6c262f338a3602af9630bd7dc76b61f 100644 |
--- a/Source/devtools/front_end/main/AdvancedApp.js |
+++ b/Source/devtools/front_end/main/AdvancedApp.js |
@@ -64,8 +64,7 @@ WebInspector.AdvancedApp.prototype = { |
WebInspector.initializeUIUtils(toolboxDocument.defaultView); |
WebInspector.installComponentRootStyles(/** @type {!Element} */ (toolboxDocument.body)); |
WebInspector.ContextMenu.installHandler(toolboxDocument); |
- if (Runtime.experiments.isEnabled("tooltips")) |
dgozman
2015/08/18 21:58:43
There should be more usages in Tooltip.js.
pfeldman
2015/08/18 23:50:55
Sam has removed them in one of his patches. He'll
pfeldman
2015/08/19 00:00:05
Done.
|
- WebInspector.Tooltip.installHandler(toolboxDocument); |
+ WebInspector.Tooltip.installHandler(toolboxDocument); |
var rootView = new WebInspector.RootView(); |
var inspectedPagePlaceholder = new WebInspector.InspectedPagePlaceholder(); |