| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-this.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-this.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-this.html
|
| index 400889effa780765bc741652bf74736e97ed7cf6..8313d22b414f9467c68201ebf5af458aec274b58 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-this.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-this.html
|
| @@ -13,7 +13,7 @@ function test()
|
| function onSourceMapLoaded()
|
| {
|
| InspectorTest.startDebuggerTest(() => InspectorTest.runTestFunctionAndWaitUntilPaused());
|
| - InspectorTest.addSniffer(WebInspector.ScopeChainSidebarPane.prototype, "_sidebarPaneUpdatedForTest", onSidebarRendered, true);
|
| + InspectorTest.addSniffer(Sources.ScopeChainSidebarPane.prototype, "_sidebarPaneUpdatedForTest", onSidebarRendered, true);
|
| }
|
|
|
| function onSidebarRendered()
|
|
|