| 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 ce23aa4ce62a0429e9be034b18f39857d73181cb..930a72c5b1ac9763525e654165079a1084719d5a 100644
|
| --- a/LayoutTests/inspector/sources/debugger/reveal-execution-line.html
|
| +++ b/LayoutTests/inspector/sources/debugger/reveal-execution-line.html
|
| @@ -18,9 +18,9 @@ var test = function()
|
| var executionLineRevealed = false;
|
| InspectorTest.addSniffer(WebInspector.SourceFrame.prototype, "revealPosition", didRevealLine);
|
| InspectorTest.addSniffer(WebInspector.JavaScriptSourceFrame.prototype, "setExecutionLine", didSetExecutionLine);
|
| - InspectorTest.runTestFunctionAndWaitUntilPaused(didPaused);
|
| + InspectorTest.runTestFunctionAndWaitUntilPaused(didPause);
|
|
|
| - function didPaused(callFrames)
|
| + function didPause(callFrames)
|
| {
|
| }
|
|
|
|
|