Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / test / data / indexeddb / transaction_test.js
index e1a47dd..626a959 100644 (file)
@@ -69,11 +69,5 @@ function onSetVersion()
 
 function test()
 {
-  if ('webkitIndexedDB' in window) {
-    indexedDB = webkitIndexedDB;
-    IDBCursor = webkitIDBCursor;
-    IDBKeyRange = webkitIDBKeyRange;
-    IDBTransaction = webkitIDBTransaction;
-  }
   indexedDBTest(onSetVersion, onSetVersionComplete);
 }