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

Unified Diff: LayoutTests/inspector/console/console-clear.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-clear.html
diff --git a/LayoutTests/inspector/console/console-clear.html b/LayoutTests/inspector/console/console-clear.html
index 53bc0f10623c0be580ed24593535eb612048d2d7..c852c74a2b26511ca3cd75b568f7c1de79afa99c 100644
--- a/LayoutTests/inspector/console/console-clear.html
+++ b/LayoutTests/inspector/console/console-clear.html
@@ -19,7 +19,7 @@ function test()
InspectorTest.addResult("=== Before clear ===");
InspectorTest.dumpConsoleMessages();
- WebInspector.consoleModel.requestClearMessages();
+ InspectorTest.consoleModel.requestClearMessages();
function callback()
{

Powered by Google App Engine
This is Rietveld 408576698