summaryrefslogtreecommitdiff
path: root/Source/WebCore/inspector/front-end/HeapSnapshotWorker.js
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/HeapSnapshotWorker.js')
-rw-r--r--Source/WebCore/inspector/front-end/HeapSnapshotWorker.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/inspector/front-end/HeapSnapshotWorker.js b/Source/WebCore/inspector/front-end/HeapSnapshotWorker.js
index 9cb4a25ec..4e2b466d9 100644
--- a/Source/WebCore/inspector/front-end/HeapSnapshotWorker.js
+++ b/Source/WebCore/inspector/front-end/HeapSnapshotWorker.js
@@ -34,6 +34,7 @@ WebInspector.UIString = function(s) { return s; };
importScripts("HeapSnapshot.js");
importScripts("HeapSnapshotLoader.js");
importScripts("HeapSnapshotWorkerDispatcher.js");
+importScripts("FileUtils.js");
importScripts("utilities.js");
function postMessageWrapper(message)