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

Unified Diff: LayoutTests/inspector/sources/debugger/dynamic-script-tag.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/sources/debugger/dynamic-script-tag.html
diff --git a/LayoutTests/inspector/sources/debugger/dynamic-script-tag.html b/LayoutTests/inspector/sources/debugger/dynamic-script-tag.html
index 2d45c189f1babd2272985287130e86ff55fb8949..9903b5ccd808cf4393fcc542f510613142819258 100644
--- a/LayoutTests/inspector/sources/debugger/dynamic-script-tag.html
+++ b/LayoutTests/inspector/sources/debugger/dynamic-script-tag.html
@@ -13,7 +13,7 @@ var test = function()
{
var consoleMessagesCount = 2;
- var messages = WebInspector.consoleModel.messages;
+ var messages = WebInspector.consoleModel.messages();
for (var i = 0; i < messages.length; ++i)
processMessage(messages[i]);
checkWhenScriptsLoaded();

Powered by Google App Engine
This is Rietveld 408576698