| Index: third_party/WebKit/Source/devtools/front_end/layers/LayerPaintProfilerView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/layers/LayerPaintProfilerView.js b/third_party/WebKit/Source/devtools/front_end/layers/LayerPaintProfilerView.js
|
| index e6bb3244deab3f15683a460b69de782a0ebb1ed6..629ff48c44502e3ae336a81e08be36168327ec51 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/layers/LayerPaintProfilerView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/layers/LayerPaintProfilerView.js
|
| @@ -34,7 +34,7 @@ Layers.LayerPaintProfilerView = class extends UI.SplitWidget {
|
| * @this {Layers.LayerPaintProfilerView}
|
| */
|
| function setSnapshotAndLog(snapshot, log) {
|
| - this._logTreeView.setCommandLog(snapshot && snapshot.target(), log || []);
|
| + this._logTreeView.setCommandLog(log || []);
|
| this._paintProfilerView.setSnapshotAndLog(snapshot, log || [], null);
|
| if (snapshot)
|
| snapshot.release();
|
|
|