Index: LayoutTests/inspector/console/console-css-unterminated-comment.html |
diff --git a/LayoutTests/inspector/console/console-css-unterminated-comment.html b/LayoutTests/inspector/console/console-css-unterminated-comment.html |
index 9e6d56dd1480774dd2a2cce73c8c1502f482c4f9..28d47c1d30a39e9d93f87cd9f8078f562506c986 100644 |
--- a/LayoutTests/inspector/console/console-css-unterminated-comment.html |
+++ b/LayoutTests/inspector/console/console-css-unterminated-comment.html |
@@ -13,7 +13,7 @@ |
function test() |
{ |
- WebInspector.consoleModel.messages().forEach(function(message) |
+ InspectorTest.consoleModel.messages().forEach(function(message) |
{ |
InspectorTest.addResult(message.message + " (line " + message.line + ")"); |
}); |