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

Unified Diff: LayoutTests/inspector/sources/debugger/debugger-step-into-custom-element-callbacks.html

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 | « LayoutTests/http/tests/inspector/debugger-test.js ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « LayoutTests/http/tests/inspector/debugger-test.js ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698