Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector-protocol / heap-profiler / resources / heap-snapshot-common.js
index 1eeb59e..c3c0642 100644 (file)
@@ -4,8 +4,9 @@
 
 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");