Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / timeline / TimelineOverviewPane.js
index 933bb7b..0fd1146 100644 (file)
@@ -87,6 +87,9 @@ WebInspector.TimelineOverviewPane.prototype = {
 
     update: function()
     {
+        if (!this.isShowing())
+            return;
+
         if (this._model.isEmpty())
             this._overviewCalculator._setWindow(0, 1000);
         else