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..5f337f6b9d29bc1cb0bf5ba4c328b07b844f59c0 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.InspectorLoadedForTests); |
} |
WebInspector.actionRegistry = new WebInspector.ActionRegistry(); |
@@ -384,7 +385,6 @@ WebInspector.Main.prototype = { |
this._loadCompletedForWorkers(); |
InspectorFrontendAPI.loadCompleted(); |
- WebInspector.notifications.dispatchEventToListeners(WebInspector.NotificationService.Events.InspectorLoaded); |
vsevik
2014/07/29 08:42:15
Could this be used by some third party clients?
dgozman
2014/07/29 08:51:47
This notification was added in http://src.chromium
|
}, |
_registerForwardedShortcuts: function() |