| Index: third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| index 63240e23fe9928ba260ef1414150f027b159ede9..de7a07393732b1247b48570f4ae353888e6713f6 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| @@ -2209,7 +2209,7 @@ WebInspector.HeapSnapshotStatisticsView.prototype = {
|
| WebInspector.HeapAllocationStackView = function(target)
|
| {
|
| WebInspector.Widget.call(this);
|
| - this._target = target;;
|
| + this._target = target;
|
| this._linkifier = new WebInspector.Linkifier();
|
| }
|
|
|
|
|