| 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"))
|
| - WebInspector.Tooltip.installHandler(toolboxDocument);
|
| + WebInspector.Tooltip.installHandler(toolboxDocument);
|
|
|
| var rootView = new WebInspector.RootView();
|
| var inspectedPagePlaceholder = new WebInspector.InspectedPagePlaceholder();
|
|
|