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); |