Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / storage / indexeddb / resources / objectstore-clear.js
index a5060cc..62f3500 100644 (file)
@@ -3,7 +3,7 @@ if (this.importScripts) {
     importScripts('shared.js');
 }
 
-description("Test IndexedDB's webkitIDBObjectStore.clear().");
+description("Test IndexedDB's IDBObjectStore.clear().");
 
 indexedDBTest(prepareDatabase, setVersionComplete);
 function prepareDatabase()