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

Unified Diff: LayoutTests/inspector/console/console-preserve-log.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-preserve-log.html
diff --git a/LayoutTests/inspector/console/console-preserve-log.html b/LayoutTests/inspector/console/console-preserve-log.html
index eec65f84672bea1ed856dcff4405ca405e1cb1f4..9ddf62ca0277fba3fd1b0dbf93d2b19b5a6840f6 100644
--- a/LayoutTests/inspector/console/console-preserve-log.html
+++ b/LayoutTests/inspector/console/console-preserve-log.html
@@ -5,7 +5,7 @@
<script>
function test()
{
- WebInspector.consoleModel.addMessage(new WebInspector.ConsoleMessage(WebInspector.consoleModel.target(), WebInspector.ConsoleMessage.MessageSource.Other, WebInspector.ConsoleMessage.MessageLevel.Log, "PASS"));
+ InspectorTest.consoleModel.addMessage(new WebInspector.ConsoleMessage(InspectorTest.consoleModel.target(), WebInspector.ConsoleMessage.MessageSource.Other, WebInspector.ConsoleMessage.MessageLevel.Log, "PASS"));
WebInspector.settings.preserveConsoleLog.set(true);
InspectorTest.reloadPage(function() {
InspectorTest.dumpConsoleMessages();
« no previous file with comments | « LayoutTests/inspector/console/console-last-result.html ('k') | LayoutTests/inspector/console/console-timestamp.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698