Chromium Code Reviews| Index: Source/devtools/front_end/HeapSnapshotView.js |
| diff --git a/Source/devtools/front_end/HeapSnapshotView.js b/Source/devtools/front_end/HeapSnapshotView.js |
| index 408d8f39b61977ebe1e2da3e209e77c79164cdf7..414e2b88e38ca187e126032ef26b4a43dafec52f 100644 |
| --- a/Source/devtools/front_end/HeapSnapshotView.js |
| +++ b/Source/devtools/front_end/HeapSnapshotView.js |
| @@ -1291,6 +1291,7 @@ WebInspector.HeapProfileHeader.prototype = { |
| this._view = null; |
| view.dispose(); |
| } |
| + this.removeTempFile(); |
| }, |
| _updateSubtitle: function(value) |