| Index: third_party/WebKit/Source/modules/indexeddb/IDBIndex.idl
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBIndex.idl b/third_party/WebKit/Source/modules/indexeddb/IDBIndex.idl
|
| index 68d859dc6188d05668c1b2bf38323dd2a0910e01..e1c4f1de37877acbe45ab1d047d969aae88fcebd 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBIndex.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBIndex.idl
|
| @@ -28,7 +28,7 @@
|
| [
|
| Exposed=(Window,Worker),
|
| ] interface IDBIndex {
|
| - readonly attribute DOMString name;
|
| + [RaisesException=Setter] attribute DOMString name;
|
| readonly attribute IDBObjectStore objectStore;
|
| [CallWith=ScriptState] readonly attribute any keyPath;
|
| readonly attribute boolean multiEntry;
|
|
|