Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / inspect-pseudo-element.html
index 0125f86..aa5fcd1 100644 (file)
@@ -21,7 +21,7 @@ function test()
 
     function inspectModeEnabled()
     {
-        WebInspector.notifications.addEventListener(WebInspector.ElementsTreeOutline.Events.SelectedNodeChanged, selectedNodeChanged, this);
+        WebInspector.notifications.addEventListener(WebInspector.NotificationService.Events.SelectedNodeChanged, selectedNodeChanged, this);
         InspectorTest.evaluateInPage("clickPseudo()");
     }