| Index: tools/dom/idl/dart/dart.idl
|
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
|
| index 8f77faa9b8ba13377b6541448438d100ff1dd9ea..0b1745700991a4f21b75923e8b30d626086311cd 100644
|
| --- a/tools/dom/idl/dart/dart.idl
|
| +++ b/tools/dom/idl/dart/dart.idl
|
| @@ -32,6 +32,11 @@ interface TimeoutHandler {
|
| };
|
|
|
| [Supplemental]
|
| +interface CanvasRenderingContext2D {
|
| + [DartName=createImageDataFromImageData] ImageData createImageData(in ImageData imagedata) raises (DOMException);
|
| +};
|
| +
|
| +[Supplemental]
|
| interface Console {
|
| [Suppressed] void assert(in boolean condition);
|
| [CallWith=ScriptArguments|ScriptState] void assertCondition(boolean condition);
|
| @@ -241,15 +246,6 @@ interface IDBDatabase {
|
| [Suppressed, CallWith=ScriptExecutionContext] IDBTransaction transaction(in DOMString storeName, in unsigned short mode)
|
| raises (IDBDatabaseException);
|
| };
|
| -[Supplemental]
|
| -interface IDBIndex {
|
| - [DartName=getObject] IDBRequest get(in any key);
|
| -};
|
| -[Supplemental]
|
| -interface IDBObjectStore {
|
| - [DartName=getObject] IDBRequest get(in any key);
|
| - [DartName=getObject] IDBRequest get(in IDBKeyRange key);
|
| -};
|
|
|
| [Supplemental]
|
| interface IDBKeyRange {
|
|
|