| 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 e1c4f1de37877acbe45ab1d047d969aae88fcebd..1d33c9327198de1416ffdcc9b4a12262011df207 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBIndex.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBIndex.idl
|
| @@ -37,7 +37,7 @@
|
| [CallWith=ScriptState, RaisesException] IDBRequest get(any key);
|
| [CallWith=ScriptState, RaisesException] IDBRequest getKey(any key);
|
| // TODO(cmumford): 0xFFFFFFFF is not necessary. Remove once crbug.com/335871 is fixed.
|
| - [CallWith=ScriptState, RaisesException] IDBRequest getAll([Default=Undefined] optional any range, optional unsigned long maxCount = 0xFFFFFFFF);
|
| + [CallWith=ScriptState, RaisesException] IDBRequest getAll([Default=Undefined] optional any range, [EnforceRange] optional unsigned long maxCount = 0xFFFFFFFF);
|
| // TODO(cmumford): 0xFFFFFFFF is not necessary. Remove once crbug.com/335871 is fixed.
|
| [CallWith=ScriptState, RaisesException] IDBRequest getAllKeys([Default=Undefined] optional any range, [EnforceRange] optional unsigned long maxCount = 0xFFFFFFFF);
|
| [CallWith=ScriptState, RaisesException] IDBRequest count([Default=Undefined] optional any key);
|
|
|