| Index: third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshotLoader.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshotLoader.js b/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshotLoader.js
|
| index 294e53753702e9cbec60a50204f40231450ce942..fe3af8d1b570060dee22bf1f74aa2a4c718cc0a2 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshotLoader.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshotLoader.js
|
| @@ -129,7 +129,7 @@ HeapSnapshotWorker.HeapSnapshotLoader = class {
|
| this._state = 'parse-snapshot-info';
|
| this._progress.updateStatus('Loading snapshot info\u2026');
|
| this._json = null; // tokenizer takes over input.
|
| - this._jsonTokenizer = new Common.TextUtils.BalancedJSONTokenizer(this._writeBalancedJSON.bind(this));
|
| + this._jsonTokenizer = new TextUtils.TextUtils.BalancedJSONTokenizer(this._writeBalancedJSON.bind(this));
|
| // Fall through with adjusted payload.
|
| chunk = json;
|
| }
|
|
|