Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / debugger-step-into-custom-element-callbacks.html
index 8157eea..f62e52a 100644 (file)
@@ -32,7 +32,7 @@ function testFunction() {
 var test = function() {
     InspectorTest.resumeExecution = function(callback) {
         if (WebInspector.panels.sources.paused)
-            WebInspector.panels.sources._togglePause();
+            WebInspector.panels.sources.togglePause();
         InspectorTest.waitUntilResumed(callback);
     };