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

Unified Diff: LayoutTests/inspector/sources/debugger/reveal-execution-line.html

Issue 204323003: DevTools: Merge highlightPosition and revealLine methods on SourceFrame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed tests Created 6 years, 9 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
Index: LayoutTests/inspector/sources/debugger/reveal-execution-line.html
diff --git a/LayoutTests/inspector/sources/debugger/reveal-execution-line.html b/LayoutTests/inspector/sources/debugger/reveal-execution-line.html
index 364ebe7782c2c72ea96929c4d574d3d097f8e54f..ce23aa4ce62a0429e9be034b18f39857d73181cb 100644
--- a/LayoutTests/inspector/sources/debugger/reveal-execution-line.html
+++ b/LayoutTests/inspector/sources/debugger/reveal-execution-line.html
@@ -16,7 +16,7 @@ var test = function()
{
var executionLineSet = false;
var executionLineRevealed = false;
- InspectorTest.addSniffer(WebInspector.SourceFrame.prototype, "revealLine", didRevealLine);
+ InspectorTest.addSniffer(WebInspector.SourceFrame.prototype, "revealPosition", didRevealLine);
InspectorTest.addSniffer(WebInspector.JavaScriptSourceFrame.prototype, "setExecutionLine", didSetExecutionLine);
InspectorTest.runTestFunctionAndWaitUntilPaused(didPaused);
« no previous file with comments | « LayoutTests/inspector/editor/text-editor-reveal-line.html ('k') | Source/devtools/front_end/CodeMirrorTextEditor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698