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

Unified Diff: Source/modules/indexeddb/IDBDatabase.idl

Issue 1162203003: Add use counters to determine the fate of DOMStringList (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 6 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 | « Source/core/frame/UseCounter.h ('k') | Source/modules/indexeddb/IDBObjectStore.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/indexeddb/IDBDatabase.idl
diff --git a/Source/modules/indexeddb/IDBDatabase.idl b/Source/modules/indexeddb/IDBDatabase.idl
index 2e4d2b2414cdaff8c839f5835d50cd3a213e366f..1df577ef13ae996feac023657142fd86b00f237d 100644
--- a/Source/modules/indexeddb/IDBDatabase.idl
+++ b/Source/modules/indexeddb/IDBDatabase.idl
@@ -34,7 +34,7 @@
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 DOMStringList objectStoreNames;
+ [Measure] readonly attribute DOMStringList objectStoreNames;
[RaisesException] IDBObjectStore createObjectStore(DOMString name, optional IDBObjectStoreParameters options);
[RaisesException] void deleteObjectStore(DOMString name);
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/modules/indexeddb/IDBObjectStore.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698