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(); |
} |
} |