| Index: third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.idl
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.idl b/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.idl
|
| index fe9c55aff726ef14f1246a913a2e55ea2077d17e..0fbc7e142ba2be1b3be536081da23e20e65bf2d3 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.idl
|
| @@ -38,5 +38,5 @@
|
| [CallWith=ExecutionContext, RaisesException] static IDBKeyRange upperBound(any bound, optional boolean open = false);
|
| [CallWith=ExecutionContext, RaisesException] static IDBKeyRange bound(any lower, any upper, optional boolean lowerOpen = false, optional boolean upperOpen = false);
|
|
|
| - [CallWith=ExecutionContext, RaisesException, RuntimeEnabled=IndexedDBExperimental] boolean includes(any key);
|
| + [CallWith=ExecutionContext, RaisesException] boolean includes(any key);
|
| };
|
|
|