| 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 6c41f6c7807b1f0892b69009d78b0ad80418e395..a0dc03bca298b6c14150d8a4f74cfd969de9e355 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
|
| @@ -35,7 +35,7 @@ function test()
|
|
|
| function didEvaluate(remote)
|
| {
|
| - panel._showGeneratorLocation(remote);
|
| + remote.debuggerModel().generatorObjectLocation(remote).then(loc => WebInspector.Revealer.reveal(loc));
|
| }
|
|
|
| function showUISourceCodeHook(uiSourceCode, lineNumber, columnNumber, forceShowInPanel)
|
|
|