| Index: LayoutTests/inspector/sources/debugger/debugger-step-into-custom-element-callbacks.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/debugger-step-into-custom-element-callbacks.html b/LayoutTests/inspector/sources/debugger/debugger-step-into-custom-element-callbacks.html
|
| index 8157eea14c3086c11ecc449750d3b174b9aadb53..f62e52a7cb6042c14b87f09e162d20d12b014f13 100644
|
| --- a/LayoutTests/inspector/sources/debugger/debugger-step-into-custom-element-callbacks.html
|
| +++ b/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);
|
| };
|
|
|
|
|