Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / console-cd.html
index 2480fca..7daaf1f 100644 (file)
@@ -8,7 +8,7 @@
 function test()
 {
     InspectorTest.showConsolePanel();
-    var selector = WebInspector.consoleView._frameSelector._selectElement;
+    var selector = WebInspector.consoleView._executionContextSelector._selectElement;
     var option = selector.firstChild;
     while (option) {
         if (option.textContent && option.textContent.startsWith("myIFrame"))
@@ -21,7 +21,7 @@ function test()
         return;
     }
     option.selected = true;
-    WebInspector.consoleView._frameChanged();
+    WebInspector.consoleView._executionContextChanged();
 
     InspectorTest.evaluateInConsoleAndDump("foo", finish);
     function finish()