| Index: third_party/WebKit/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js b/third_party/WebKit/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js
|
| index d0ee0fa94241c3007144c8efeac6d169daf809e2..8045e71724354cdca883fc2a3cd9e5cb82ce2e3c 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js
|
| @@ -6,12 +6,12 @@ if (!window.WebInspector)
|
| window.WebInspector = {};
|
|
|
| self['Common'] = {};
|
| -self['Profiler'] = {};
|
| +self['HeapSnapshotModel'] = {};
|
| self['HeapSnapshotWorker'] = {};
|
|
|
| InspectorTest.importScript("../../../../../Source/devtools/front_end/platform/utilities.js");
|
| InspectorTest.importScript("../../../../../Source/devtools/front_end/common/UIString.js");
|
| -InspectorTest.importScript("../../../../../Source/devtools/front_end/profiler/HeapSnapshotCommon.js");
|
| +InspectorTest.importScript("../../../../../Source/devtools/front_end/heap_snapshot_model/HeapSnapshotModel.js");
|
| InspectorTest.importScript("../../../../../Source/devtools/front_end/heap_snapshot_worker/HeapSnapshot.js");
|
| InspectorTest.importScript("../../../../../Source/devtools/front_end/common/TextUtils.js");
|
| InspectorTest.importScript("../../../../../Source/devtools/front_end/heap_snapshot_worker/HeapSnapshotLoader.js");
|
|
|