Index: LayoutTests/inspector/sources/debugger/source-url-comment.html |
diff --git a/LayoutTests/inspector/sources/debugger/source-url-comment.html b/LayoutTests/inspector/sources/debugger/source-url-comment.html |
index e889fbce59f4cce99025aa61348d567e630b392d..58f8fdd8776993fd9b6950116b12e81bfe66ef4d 100644 |
--- a/LayoutTests/inspector/sources/debugger/source-url-comment.html |
+++ b/LayoutTests/inspector/sources/debugger/source-url-comment.html |
@@ -54,7 +54,7 @@ function test() |
{ |
function forEachScriptMatchingURL(url, handler) |
{ |
- var scripts = WebInspector.debuggerModel._scripts; |
+ var scripts = InspectorTest.debuggerModel._scripts; |
for (var id in scripts) { |
if (scripts[id].sourceURL.indexOf(url) !== -1) |
handler(scripts[id]); |