diff options
Diffstat (limited to 'WebCore/storage/IDBDatabase.idl')
-rw-r--r-- | WebCore/storage/IDBDatabase.idl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/storage/IDBDatabase.idl b/WebCore/storage/IDBDatabase.idl index 4e3f620..51bbafb 100644 --- a/WebCore/storage/IDBDatabase.idl +++ b/WebCore/storage/IDBDatabase.idl @@ -29,7 +29,6 @@ module storage { Conditional=INDEXED_DATABASE ] IDBDatabase { readonly attribute DOMString name; - readonly attribute DOMString description; readonly attribute DOMString version; readonly attribute DOMStringList objectStores; |