Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js

Issue 692343002: Revert of [DevTools] Extract platform module. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/inspector/initial-modules-load-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « no previous file | LayoutTests/inspector/initial-modules-load-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698