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

Unified Diff: LayoutTests/inspector/console/console-eval-scoped.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-eval-scoped.html
diff --git a/LayoutTests/inspector/console/console-eval-scoped.html b/LayoutTests/inspector/console/console-eval-scoped.html
index c4a69fc2972758a8dd0535e1cd174277d6e2b67b..ca13df6c4583482c817edad46b0b99dbeddce090 100644
--- a/LayoutTests/inspector/console/console-eval-scoped.html
+++ b/LayoutTests/inspector/console/console-eval-scoped.html
@@ -49,7 +49,7 @@ function test()
{
InspectorTest.runAfterPendingDispatches(function() {
InspectorTest.dumpConsoleMessages();
- WebInspector.consoleModel.requestClearMessages();
+ InspectorTest.consoleModel.requestClearMessages();
InspectorTest.runAfterPendingDispatches(next);
});
}
« no previous file with comments | « LayoutTests/inspector/console/console-dir-global.html ('k') | LayoutTests/inspector/console/console-eval-throw.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698