Index: Source/devtools/front_end/heap_snapshot_worker/module.json |
diff --git a/Source/devtools/front_end/heap_snapshot_worker/module.json b/Source/devtools/front_end/heap_snapshot_worker/module.json |
index 683ce395bc463b11edd54598bb4f6709125ccd59..6c09b000e06d8e428b56f03b8b321405f37ea65b 100644 |
--- a/Source/devtools/front_end/heap_snapshot_worker/module.json |
+++ b/Source/devtools/front_end/heap_snapshot_worker/module.json |
@@ -1,6 +1,7 @@ |
{ |
"scripts": [ |
- "../common/utilities.js", |
+ "../platform/Promise.js", |
+ "../platform/utilities.js", |
"../common/WebInspector.js", |
"../common/UIString.js", |
"../common/TextUtils.js", |