X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Finspector-protocol%2Fheap-profiler%2Fresources%2Fheap-snapshot-common.js;h=4895132a99090e7070a980f6d5fb85305e921fb4;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=453f4b88aff67917754841d67dc49a7a3d663427;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js b/src/third_party/WebKit/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js index 453f4b8..4895132 100644 --- a/src/third_party/WebKit/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js +++ b/src/third_party/WebKit/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js @@ -4,11 +4,11 @@ if (!window.WebInspector) window.WebInspector = {}; -InspectorTest.importScript("../../../../../Source/devtools/front_end/HeapSnapshotCommon.js"); -InspectorTest.importScript("../../../../../Source/devtools/front_end/HeapSnapshot.js"); -InspectorTest.importScript("../../../../../Source/devtools/front_end/JSHeapSnapshot.js"); -InspectorTest.importScript("../../../../../Source/devtools/front_end/UIString.js"); -InspectorTest.importScript("../../../../../Source/devtools/front_end/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/profiler/heap_snapshot_worker/HeapSnapshot.js"); +InspectorTest.importScript("../../../../../Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.js"); InspectorTest.fail = function(message) {