| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit.html
|
| index dfca7f386af21a01177e033efa2b57f76e49d81d..de3682e0aa1c8b288660030c09d7024127d92808 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit.html
|
| @@ -16,7 +16,7 @@ function loadScriptWithSyntaxError()
|
|
|
| function test()
|
| {
|
| - var panel = WebInspector.panels.sources;
|
| + var panel = UI.panels.sources;
|
|
|
| InspectorTest.runDebuggerTestSuite([
|
| function testLiveEdit(next)
|
|
|