Index: Source/modules/indexeddb/IDBObjectStore.idl |
diff --git a/Source/modules/indexeddb/IDBObjectStore.idl b/Source/modules/indexeddb/IDBObjectStore.idl |
index afffa8bc2a754f64429b238380020f7087adffd4..bcf01c549001c259dec7c42f77b26cb16d73d264 100644 |
--- a/Source/modules/indexeddb/IDBObjectStore.idl |
+++ b/Source/modules/indexeddb/IDBObjectStore.idl |
@@ -28,7 +28,7 @@ |
[ |
GarbageCollected, |
] interface IDBObjectStore { |
- [TreatReturnedNullStringAs=Null] readonly attribute DOMString name; |
+ readonly attribute DOMString? name; |
[CallWith=ScriptState] readonly attribute any keyPath; |
readonly attribute DOMStringList indexNames; |
readonly attribute IDBTransaction transaction; |