Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / step-through-event-listeners.html
index a42b2e6..48f8ac1 100644 (file)
@@ -28,7 +28,7 @@ function addListenerAndClick()
 
 function test()
 {
-    var pane = WebInspector.inspectorView.showPanel("sources").sidebarPanes.eventListenerBreakpoints;
+    var pane = WebInspector.panels.sources.sidebarPanes.eventListenerBreakpoints;
     InspectorTest.runDebuggerTestSuite([
         function testClickBreakpoint(next)
         {