| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-live-locations-leak.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-live-locations-leak.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-live-locations-leak.html
|
| index fb37fc503496d9a330c308cc0100760ec04fa3bd..55602e526b18e3d0500b5af9e21c745e3e256d94 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-live-locations-leak.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-live-locations-leak.html
|
| @@ -64,7 +64,7 @@ function test()
|
| function countLiveLocations()
|
| {
|
| var locationsCount = 0;
|
| - var targetInfos = WebInspector.cssWorkspaceBinding._modelToTargetInfo.valuesArray();
|
| + var targetInfos = Bindings.cssWorkspaceBinding._modelToTargetInfo.valuesArray();
|
| for (var targetInfo of targetInfos)
|
| locationsCount += targetInfo._locations.valuesArray().length;
|
| return locationsCount;
|
|
|