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); |
sra1
2013/03/21 00:26:35
createImageDataCopy?
|
+}; |
+ |
+[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] |
Anton Muhin
2013/03/21 14:03:02
why also this change?
blois
2013/03/21 16:55:43
IDBIndex has two overloads (same as IDBObjectStore
|
-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 { |