Index: LayoutTests/inspector/sources/debugger/source-frame.html |
diff --git a/LayoutTests/inspector/sources/debugger/source-frame.html b/LayoutTests/inspector/sources/debugger/source-frame.html |
index a7e928bd06e8dfb8794aed7f795e593fd1d2c3c5..7e1171feef6647124057ec8741d32942ff362353 100644 |
--- a/LayoutTests/inspector/sources/debugger/source-frame.html |
+++ b/LayoutTests/inspector/sources/debugger/source-frame.html |
@@ -58,7 +58,7 @@ function test() |
if (this !== shownSourceFrame) |
return; |
InspectorTest.addResult("Message added to source frame: " + message.messageText()); |
- WebInspector.consoleModel.requestClearMessages(); |
+ InspectorTest.consoleModel.requestClearMessages(); |
} |
function clearMessages() |
@@ -76,7 +76,7 @@ function test() |
InspectorTest.addSniffer(WebInspector.SourceFrame.prototype, "show", didShowSourceFrame); |
- WebInspector.resourceTreeModel.forAllResources(visit); |
+ InspectorTest.resourceTreeModel.forAllResources(visit); |
function visit(resource) |
{ |
if (resource.url.indexOf("debugger-test.js") !== -1) { |