Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: modules/indexeddb/IDBDatabase.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/imagebitmap/WindowImageBitmapFactories.idl ('k') | modules/indexeddb/IDBIndex.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/indexeddb/IDBDatabase.idl
diff --git a/modules/indexeddb/IDBDatabase.idl b/modules/indexeddb/IDBDatabase.idl
index 1df577ef13ae996feac023657142fd86b00f237d..b6d72d4c1f4a505ff2dcc2a8cbce47191f77ab69 100644
--- a/modules/indexeddb/IDBDatabase.idl
+++ b/modules/indexeddb/IDBDatabase.idl
@@ -28,12 +28,11 @@
[
Exposed=(Window,Worker),
- ActiveDOMObject,
+ DependentLifetime,
GarbageCollected,
] interface IDBDatabase : EventTarget {
readonly attribute DOMString name;
- // TODO(jsbell): DOMString version is non-standard, to support databases created with old API.
- readonly attribute (unsigned long long or DOMString) version;
+ readonly attribute unsigned long long version;
[Measure] readonly attribute DOMStringList objectStoreNames;
[RaisesException] IDBObjectStore createObjectStore(DOMString name, optional IDBObjectStoreParameters options);
« no previous file with comments | « modules/imagebitmap/WindowImageBitmapFactories.idl ('k') | modules/indexeddb/IDBIndex.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698