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

Unified Diff: LayoutTests/inspector/console/console-last-result.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-last-result.html
diff --git a/LayoutTests/inspector/console/console-last-result.html b/LayoutTests/inspector/console/console-last-result.html
index f0ff30f97a558743de67af47ee84fd1ef49ebcec..1934363b6bab106d34d03f2015f87e54fb75ab64 100644
--- a/LayoutTests/inspector/console/console-last-result.html
+++ b/LayoutTests/inspector/console/console-last-result.html
@@ -23,7 +23,7 @@ function test()
function step1()
{
- WebInspector.consoleModel.requestClearMessages();
+ InspectorTest.consoleModel.requestClearMessages();
InspectorTest.runAfterPendingDispatches(step2);
}
« no previous file with comments | « LayoutTests/inspector/console/console-eval-throw.html ('k') | LayoutTests/inspector/console/console-preserve-log.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698