| Index: third_party/WebCore/Modules/indexeddb/IDBDatabase.idl
|
| diff --git a/third_party/WebCore/Modules/indexeddb/IDBDatabase.idl b/third_party/WebCore/Modules/indexeddb/IDBDatabase.idl
|
| index 95f6c2360cd0edcbd39f40866b6ddf8c2c2d53c6..d253e4df7a2c26367708a180a876aec31dd2520b 100644
|
| --- a/third_party/WebCore/Modules/indexeddb/IDBDatabase.idl
|
| +++ b/third_party/WebCore/Modules/indexeddb/IDBDatabase.idl
|
| @@ -32,7 +32,7 @@ module storage {
|
| EventTarget
|
| ] IDBDatabase {
|
| readonly attribute DOMString name;
|
| - readonly attribute DOMString version;
|
| + readonly attribute IDBAny version;
|
| readonly attribute DOMStringList objectStoreNames;
|
|
|
| attribute EventListener onabort;
|
|
|