Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / common / NotificationService.js
index 72992b3..ea2e8c5 100644 (file)
@@ -15,7 +15,7 @@ WebInspector.NotificationService.prototype = {
 }
 
 WebInspector.NotificationService.Events = {
-    InspectorUILoadedForTests: "InspectorUILoadedForTests",
+    InspectorAgentEnabledForTests: "InspectorAgentEnabledForTests",
     SelectedNodeChanged: "SelectedNodeChanged"
 }