summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/filesystem/resources/fs-worker-test-pre.js
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/filesystem/resources/fs-worker-test-pre.js')
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/resources/fs-worker-test-pre.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/resources/fs-worker-test-pre.js b/third_party/WebKit/LayoutTests/fast/filesystem/resources/fs-worker-test-pre.js
index 84e0fad..6d9a873 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/resources/fs-worker-test-pre.js
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/resources/fs-worker-test-pre.js
@@ -9,8 +9,7 @@ function debug(message)
function startWorker(testScriptURL)
{
debug('Starting worker: ' + testScriptURL);
- var worker = new Worker('../resources/fs-worker-common.js');
- worker.postMessage(testScriptURL);
+ var worker = new Worker(testScriptURL);
worker.onmessage = function(event)
{
debug(event.data);