Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / console-cd-completions.html
index c514caa..45d0be4 100644 (file)
@@ -7,7 +7,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"))
@@ -20,7 +20,7 @@ function test()
         return;
     }
     option.selected = true;
-    WebInspector.consoleView._frameChanged();
+    WebInspector.consoleView._executionContextChanged();
 
     WebInspector.runtimeModel._completionsForExpression("", "myGlob", false, checkCompletions.bind(this));
     function checkCompletions(completions)