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

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

Issue 881263002: DevTools: use target-based model accessors only. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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 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 + ")");
});
« no previous file with comments | « LayoutTests/inspector/console/console-clear.html ('k') | LayoutTests/inspector/console/console-css-warnings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698