X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Finspector%2Fsources%2Fdebugger%2Fdebugger-step-into-custom-element-callbacks.html;h=f62e52a7cb6042c14b87f09e162d20d12b014f13;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=8157eea14c3086c11ecc449750d3b174b9aadb53;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-step-into-custom-element-callbacks.html b/src/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-step-into-custom-element-callbacks.html index 8157eea..f62e52a 100644 --- a/src/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-step-into-custom-element-callbacks.html +++ b/src/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-step-into-custom-element-callbacks.html @@ -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); };