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

Unified Diff: LayoutTests/fast/filesystem/workers/file-writer-events-shared-worker.html

Issue 1140133003: js-test.js: Allow creating a CompositorWorker. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 7 months 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/fast/workers/shared-worker-messageevent-source.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/filesystem/workers/file-writer-events-shared-worker.html
diff --git a/LayoutTests/fast/filesystem/workers/file-writer-events-shared-worker.html b/LayoutTests/fast/filesystem/workers/file-writer-events-shared-worker.html
index 68085534b2df89c50e928f89f108be086e2ceced..741db7d118dedb545abd0e9f234dc5f5a7b4f28f 100644
--- a/LayoutTests/fast/filesystem/workers/file-writer-events-shared-worker.html
+++ b/LayoutTests/fast/filesystem/workers/file-writer-events-shared-worker.html
@@ -8,7 +8,7 @@
<div id="description"></div>
<div id="console"></div>
<script>
- var worker = startWorker("../resources/shared-worker-stub.js", true /* shared */);
+ var worker = startWorker("../resources/shared-worker-stub.js", "shared");
worker.port.postMessage("IMPORT:file-writer-events.js");
</script>
</body>
« no previous file with comments | « no previous file | LayoutTests/fast/workers/shared-worker-messageevent-source.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698