Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: LayoutTests/http/tests/inspector/debugger-test.js

Issue 225873004: DevTools: Handle the F8 shortcut forwarded from the inspected page (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add FIXME Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/debugger-step-into-custom-element-callbacks.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/debugger-test.js
diff --git a/LayoutTests/http/tests/inspector/debugger-test.js b/LayoutTests/http/tests/inspector/debugger-test.js
index 42a3b3c1773cfec97dba08600de70fa6571bb9e0..9d7b5c537babfedb33627b76554fcf905afbb4b6 100644
--- a/LayoutTests/http/tests/inspector/debugger-test.js
+++ b/LayoutTests/http/tests/inspector/debugger-test.js
@@ -148,7 +148,7 @@ InspectorTest.waitUntilResumed = function(callback)
InspectorTest.resumeExecution = function(callback)
{
if (WebInspector.panels.sources.paused)
- WebInspector.panels.sources._togglePause();
+ WebInspector.panels.sources.togglePause();
InspectorTest.waitUntilResumed(callback);
};
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/debugger-step-into-custom-element-callbacks.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698