Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-live-locations-leak.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698