Index: third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl |
index 86e81398162d92dac8c3c8a690f990821b552f65..1180bb4161b779e5bc3c7048c5c9774951b96ff1 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl |
@@ -28,7 +28,7 @@ |
[ |
Exposed=(Window,Worker), |
] interface IDBObjectStore { |
- readonly attribute DOMString name; |
+ [RaisesException=Setter] attribute DOMString name; |
[CallWith=ScriptState] readonly attribute any keyPath; |
[Measure] readonly attribute DOMStringList indexNames; |
readonly attribute IDBTransaction transaction; |