| Index: LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js
|
| diff --git a/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js b/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js
|
| index c3c06429c877b007bade9a4935badc3bfa8b9256..1eeb59e9b057c4c1a675298d6529d00493a6b8c8 100644
|
| --- a/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js
|
| +++ b/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js
|
| @@ -4,9 +4,8 @@
|
|
|
| if (!window.WebInspector)
|
| window.WebInspector = {};
|
| -InspectorTest.importScript("../../../../../Source/devtools/front_end/platform/Promise.js");
|
| -InspectorTest.importScript("../../../../../Source/devtools/front_end/platform/utilities.js");
|
| InspectorTest.importScript("../../../../../Source/devtools/front_end/common/UIString.js");
|
| +InspectorTest.importScript("../../../../../Source/devtools/front_end/common/utilities.js");
|
| InspectorTest.importScript("../../../../../Source/devtools/front_end/profiler/HeapSnapshotCommon.js");
|
| InspectorTest.importScript("../../../../../Source/devtools/front_end/heap_snapshot_worker/HeapSnapshot.js");
|
| InspectorTest.importScript("../../../../../Source/devtools/front_end/heap_snapshot_worker/JSHeapSnapshot.js");
|
|
|