Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / storage / indexeddb / unprefix-workers.html
index ced71ff..d473980 100644 (file)
@@ -5,6 +5,6 @@
 <script src="resources/shared.js"></script>
 </head>
 <body>
-<script>startWorker('resources/unprefix.js');</script>
+<script>worker = startWorker('resources/unprefix.js');</script>
 </body>
 </html>