| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/selected-call-frame-after-formatting-source.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/selected-call-frame-after-formatting-source.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/selected-call-frame-after-formatting-source.html
|
| index 1f76ba064872d5444bdd11ce2b6f228ab652ea37..d75ac6351b49b6ff98381175b05a012cf4d95a59 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/selected-call-frame-after-formatting-source.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/selected-call-frame-after-formatting-source.html
|
| @@ -19,7 +19,7 @@ function testFunction2()
|
| var test = function()
|
| {
|
| InspectorTest.startDebuggerTest(step1);
|
| - var panel = WebInspector.panels.sources;
|
| + var panel = UI.panels.sources;
|
| var sourceFrame;
|
|
|
| function step1()
|
| @@ -44,7 +44,7 @@ var test = function()
|
|
|
| function step4()
|
| {
|
| - InspectorTest.assertEquals("testFunction", WebInspector.context.flavor(WebInspector.DebuggerModel.CallFrame).functionName);
|
| + InspectorTest.assertEquals("testFunction", UI.context.flavor(SDK.DebuggerModel.CallFrame).functionName);
|
| sourceFrame._toggleFormatSource(step5);
|
| }
|
|
|
|
|