| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt
|
| index 3da6385605b2a317af7273fc10b082276384e12b..0d11b1d4e10c5fe6ecfe80dd12d70c037961106c 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt
|
| @@ -27,7 +27,7 @@ f4();
|
|
|
| var test = function()
|
| {
|
| - var panel = WebInspector.panels.sources;
|
| + var panel = UI.panels.sources;
|
| InspectorTest.startDebuggerTest(step1, true);
|
|
|
| function callstackStatus()
|
| @@ -128,7 +128,7 @@ f4();
|
|
|
| var test = function()
|
| {
|
| - var panel = WebInspector.panels.sources;
|
| + var panel = UI.panels.sources;
|
| InspectorTest.startDebuggerTest(step1, true);
|
|
|
| function callstackStatus()
|
|
|