Index: Source/devtools/front_end/common/NotificationService.js |
diff --git a/Source/devtools/front_end/common/NotificationService.js b/Source/devtools/front_end/common/NotificationService.js |
index 197101e67c6b7b4ce13bba16b080478616e2530d..72992b3a080e83a01060e45f372c53d6ef318e0c 100644 |
--- a/Source/devtools/front_end/common/NotificationService.js |
+++ b/Source/devtools/front_end/common/NotificationService.js |
@@ -15,7 +15,7 @@ WebInspector.NotificationService.prototype = { |
} |
WebInspector.NotificationService.Events = { |
- InspectorLoaded: "InspectorLoaded", |
+ InspectorUILoadedForTests: "InspectorUILoadedForTests", |
SelectedNodeChanged: "SelectedNodeChanged" |
} |