Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / console / console-eval-scoped.html
index 02f1831..d4a7e04 100644 (file)
@@ -49,7 +49,7 @@ function test()
     {
         InspectorTest.runAfterPendingDispatches(function() {
             InspectorTest.dumpConsoleMessages();
-            WebInspector.console.requestClearMessages();
+            WebInspector.consoleModel.requestClearMessages();
             InspectorTest.runAfterPendingDispatches(next);
         });
     }