| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-generator-location.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-generator-location.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-generator-location.html
|
| index 2a159f470b72d72615fab4b1065218f938f777a5..0d422350d6fc7810ac999ee682b9ede57ced0041 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-generator-location.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-generator-location.html
|
| @@ -26,7 +26,7 @@ var iterClosed = forward(gen(), 4);
|
|
|
| function test()
|
| {
|
| - var panel = WebInspector.panels.sources;
|
| + var panel = UI.panels.sources;
|
|
|
| function performStandardTestCase(pageExpression, next)
|
| {
|
| @@ -47,7 +47,7 @@ function test()
|
| break;
|
| }
|
| }
|
| - WebInspector.Revealer.reveal(remote.debuggerModel().createRawLocationByScriptId(loc.scriptId, loc.lineNumber, loc.columnNumber));
|
| + Common.Revealer.reveal(remote.debuggerModel().createRawLocationByScriptId(loc.scriptId, loc.lineNumber, loc.columnNumber));
|
| }
|
|
|
| function showUISourceCodeHook(uiSourceCode, lineNumber, columnNumber, forceShowInPanel)
|
|
|