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 0a38ab266dcdba92d46e6d2e2313a4925f700a4b..f60fc4e60eae2d557906eb07a1d05eb793d9baa2 100644 |
--- a/Source/devtools/front_end/main/Main.js |
+++ b/Source/devtools/front_end/main/Main.js |
@@ -374,6 +374,7 @@ WebInspector.Main.prototype = { |
console.timeStamp("Main.inspectorAgentEnableCallback"); |
WebInspector.app.presentUI(mainTarget); |
console.timeStamp("Main.inspectorAgentEnableCallbackPresentUI"); |
+ WebInspector.notifications.dispatchEventToListeners(WebInspector.NotificationService.Events.InspectorUILoadedForTests); |
} |
WebInspector.actionRegistry = new WebInspector.ActionRegistry(); |
@@ -384,7 +385,6 @@ WebInspector.Main.prototype = { |
this._loadCompletedForWorkers(); |
InspectorFrontendAPI.loadCompleted(); |
- WebInspector.notifications.dispatchEventToListeners(WebInspector.NotificationService.Events.InspectorLoaded); |
}, |
_registerForwardedShortcuts: function() |