Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / profiler / cpu-profiler-flame-chart-overview.html
index abd4663..afe26e4 100644 (file)
@@ -815,7 +815,6 @@ function test()
         profile.timestamps.push(startTime + i * samplingInterval);
     profileAndExpectations.target = function() {};
     profileAndExpectations.weakTarget = function() { return new WeakReference(null);};
-    WebInspector.inspectorView.showPanel("profiles");
     var cpuProfileView = new WebInspector.CPUProfileView(profileAndExpectations);
     cpuProfileView.viewSelectComboBox.setSelectedIndex(0);
     cpuProfileView._changeView();