Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / storage / indexeddb / dont-commit-on-blocked.html
index d91f222..ad0d02a 100644 (file)
@@ -22,7 +22,7 @@ function holdConnection()
     debug("holdConnection():");
     debug("holding connection until versionchange event");
     debug("");
-    startWorker("resources/dont-commit-on-blocked-worker.js");
+    worker = startWorker("resources/dont-commit-on-blocked-worker.js");
 }
 
 function onVersionChange(e)