| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame-count.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame-count.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame-count.html
|
| index b98a2aecde986ca06274e79692486f903ad553a4..fbe61da77685473aeee4be3f833c48889684c4fb 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame-count.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame-count.html
|
| @@ -22,7 +22,7 @@ function test()
|
| InspectorTest.runDebuggerTestSuite([
|
| function testSourceFramesCount(next)
|
| {
|
| - var panel = WebInspector.panels.sources;
|
| + var panel = UI.panels.sources;
|
|
|
| InspectorTest.showScriptSource("source-frame-count.html", function() {});
|
| InspectorTest.showScriptSource("script1.js", function() {});
|
| @@ -39,7 +39,7 @@ function test()
|
| {
|
| framesOpened++;
|
| }
|
| - InspectorTest.addSniffer(WebInspector.SourceFrame.prototype, "wasShown", didCreateSourceFrame, true);
|
| + InspectorTest.addSniffer(SourceFrame.SourceFrame.prototype, "wasShown", didCreateSourceFrame, true);
|
|
|
| }
|
|
|
|
|