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

Unified Diff: LayoutTests/inspector-enabled/sources/debugger/linkifier.html

Issue 299443016: DevTools: Decouple debugger model from UI entities (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merge DebuggerScriptMapping into DebuggerWorkspaceBinding Created 6 years, 5 months 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: LayoutTests/inspector-enabled/sources/debugger/linkifier.html
diff --git a/LayoutTests/inspector-enabled/sources/debugger/linkifier.html b/LayoutTests/inspector-enabled/sources/debugger/linkifier.html
index d324629a465a24a11d249de3af9eb2e4fe95ab88..b74ffd5300cd106c022654fd45f3a1683362a616 100644
--- a/LayoutTests/inspector-enabled/sources/debugger/linkifier.html
+++ b/LayoutTests/inspector-enabled/sources/debugger/linkifier.html
@@ -82,7 +82,7 @@ function test()
function liveLocationsCount()
{
- return script._locations.size();
+ return WebInspector.debuggerWorkspaceBinding._ensureInfoForScript(script)._locations.size();
}
}

Powered by Google App Engine
This is Rietveld 408576698