| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/reveal-execution-line.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/reveal-execution-line.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/reveal-execution-line.html
|
| index f3f75d0ebad77cbd3837fad2e526bec5ed7bdf24..f31512e47291b67fc32e0c28b817383865af317e 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/reveal-execution-line.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/reveal-execution-line.html
|
| @@ -16,8 +16,8 @@ var test = function()
|
| {
|
| var executionLineSet = false;
|
| var executionLineRevealed = false;
|
| - InspectorTest.addSniffer(WebInspector.SourceFrame.prototype, "revealPosition", didRevealLine);
|
| - InspectorTest.addSniffer(WebInspector.JavaScriptSourceFrame.prototype, "setExecutionLocation", didSetExecutionLocation);
|
| + InspectorTest.addSniffer(SourceFrame.SourceFrame.prototype, "revealPosition", didRevealLine);
|
| + InspectorTest.addSniffer(Sources.JavaScriptSourceFrame.prototype, "setExecutionLocation", didSetExecutionLocation);
|
| InspectorTest.runTestFunctionAndWaitUntilPaused(didPause);
|
|
|
| function didPause(callFrames)
|
|
|