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 1f9963183d4ee0493339eb3ec498ec551df5fb55..eb57f91985708b9b8d07b4ee8201989e6ae7b998 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; |