Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / layers / LayerPaintProfilerView.js
index fea7753..41cfd73 100644 (file)
@@ -26,6 +26,8 @@ WebInspector.LayerPaintProfilerView.prototype = {
      */
     profileLayer: function(layer)
     {
+        this._logTreeView.setCommandLog(null, []);
+        this._paintProfilerView.setSnapshotAndLog(null, []);
         layer.requestSnapshot(onSnapshotDone.bind(this));
 
         /**