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); |