Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / storage / indexeddb / transaction-complete-workers.html
index 954ac96..72042de 100644 (file)
@@ -6,7 +6,7 @@
 <body>
 <script>
 
-var worker = startWorker('resources/transaction-complete-workers.js');
+worker = startWorker('resources/transaction-complete-workers.js');
 
 // FIXME: It should be possible for the worker to set self.onerror to catch the event
 // and call event.preventDefault(), but in the current Worker implementation the raw