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