Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: LayoutTests/inspector/console/console-css-unterminated-comment.html

Issue 396993003: DevTools: get rid of WebInspector.cssModel, use target models instead (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 + ")");
});
« no previous file with comments | « LayoutTests/inspector/console/command-line-api.html ('k') | LayoutTests/inspector/console/console-css-warnings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698