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 a9deb80fe17f670a6b81d245d1e6d96a790280d0..9e6d56dd1480774dd2a2cce73c8c1502f482c4f9 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) |
+ WebInspector.consoleModel.messages().forEach(function(message) |
{ |
InspectorTest.addResult(message.message + " (line " + message.line + ")"); |
}); |