| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/debugger-inline-values.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/debugger-inline-values.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/debugger-inline-values.html
|
| index c0264de564c4f781ba980be181512431272c0a81..99aaa58c534e66f03f45a8292acec1646f81ed7a 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/debugger-inline-values.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/debugger-inline-values.html
|
| @@ -25,7 +25,7 @@ function test()
|
|
|
| function runTestFunction()
|
| {
|
| - InspectorTest.addSniffer(WebInspector.JavaScriptSourceFrame.prototype, "setExecutionLocation", onSetExecutionLocation);
|
| + InspectorTest.addSniffer(Sources.JavaScriptSourceFrame.prototype, "setExecutionLocation", onSetExecutionLocation);
|
| InspectorTest.evaluateInPage("setTimeout(testFunction, 0)");
|
| }
|
|
|
| @@ -46,7 +46,7 @@ function test()
|
| InspectorTest.addResult(output.join(" "));
|
| }
|
|
|
| - InspectorTest.addSniffer(WebInspector.JavaScriptSourceFrame.prototype, "setExecutionLocation", onSetExecutionLocation);
|
| + InspectorTest.addSniffer(Sources.JavaScriptSourceFrame.prototype, "setExecutionLocation", onSetExecutionLocation);
|
| if (++stepCount < 10)
|
| InspectorTest.stepOver();
|
| else
|
|
|