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

Unified Diff: chrome/test/data/workers/single_worker.html

Issue 490023: Enabled a number of worker tests on various platforms. (Closed)
Patch Set: Removed erroneous edit to websharedworker_stub.cc Created 11 years 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 | « chrome/test/data/workers/multi_worker.html ('k') | chrome/test/data/workers/worker_common.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/workers/single_worker.html
diff --git a/chrome/test/data/workers/single_worker.html b/chrome/test/data/workers/single_worker.html
index d5b19629811685fa1dd6e50b25ded7e93545f6ff..3c6e7d25c5357e7853382ab2f69dbf1d618f02cb 100644
--- a/chrome/test/data/workers/single_worker.html
+++ b/chrome/test/data/workers/single_worker.html
@@ -7,7 +7,7 @@
<script>
-var worker = new Worker("worker_common.js");
+var worker = getWorker("worker_common.js");
worker.postMessage("ping");
worker.onmessage = function(evt) {
if (evt.data == "pong")
« no previous file with comments | « chrome/test/data/workers/multi_worker.html ('k') | chrome/test/data/workers/worker_common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698