| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-minified-variables.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-minified-variables.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-minified-variables.html
|
| index 17c9d357eb926a8ef0affe987f06ab83af6c7466..db6d27f48fe9f98d8a266562c81d8e76a76bd008 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-minified-variables.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-minified-variables.html
|
| @@ -12,7 +12,7 @@ function test()
|
| function onSourceMapLoaded()
|
| {
|
| InspectorTest.startDebuggerTest(() => InspectorTest.runTestFunctionAndWaitUntilPaused());
|
| - InspectorTest.addSniffer(WebInspector.SourceMapNamesResolver, "_scopeResolvedForTest", onScopeResolved, true);
|
| + InspectorTest.addSniffer(Sources.SourceMapNamesResolver, "_scopeResolvedForTest", onScopeResolved, true);
|
| }
|
|
|
| var resolvedScopes = 0;
|
|
|