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..eda22883a4e23daf7e6f032640792fc08fdf9b17 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", |
apavlov
2014/07/28 12:30:31
Seva, isn't this a CodeSchool-consumed event? Or d
vsevik
2014/07/29 08:42:15
This one is not used by codeschool.
|
+ InspectorLoadedForTests: "InspectorLoadedForTests", |
SelectedNodeChanged: "SelectedNodeChanged" |
} |