| Index: tools/dom/idl/dart/dart.idl
|
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
|
| index f63ad18acde319652550d3f5f05b4740aaec90e1..6206218cace6bba58404c1c96234f565e0f53a0f 100644
|
| --- a/tools/dom/idl/dart/dart.idl
|
| +++ b/tools/dom/idl/dart/dart.idl
|
| @@ -210,9 +210,6 @@ interface IDBKeyRange {
|
| interface IDBObjectStore {
|
| [CallWith=ScriptState, RaisesException] IDBRequest put(any value, [DartForceOptional] optional any key);
|
| [CallWith=ScriptState, RaisesException] IDBRequest add(any value, [DartForceOptional] optional any key);
|
| - // [CallWith=ExecutionContext, ImplementedAs=deleteFunction, RaisesException] IDBRequest delete(any key);
|
| - [CallWith=ExecutionContext, RaisesException] IDBRequest openCursor([Default=Undefined] optional any range, [DartForceOptional] optional DOMString direction);
|
| - [CallWith=ExecutionContext, RaisesException] IDBRequest count([Default=Undefined] any key);
|
| };
|
|
|
| interface EntrySync {
|
|
|