Chromium Code Reviews| Index: tools/dom/idl/dart/dart.idl |
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl |
| index fdeb28d4b947caa814719259dbbed3e954392c4b..408e902d22df2b68e21965995c6e4a37b674ba8f 100644 |
| --- a/tools/dom/idl/dart/dart.idl |
| +++ b/tools/dom/idl/dart/dart.idl |
| @@ -68,6 +68,20 @@ interface TimeoutHandler { |
| void handleEvent(); |
| }; |
| +[Callback] |
|
vsm
2014/05/01 21:51:42
Did you mean to duplication this? There are two T
Leaf
2014/05/01 22:00:45
Done.
|
| +interface TimeoutHandler { |
| + void handleEvent(); |
| +}; |
| + |
| +// FIXME(leafp): This is a temporary hack to get things running while |
| +// we are still generating _blink from the dart side idl files. |
| +// Once we are up and running generating dart:_blink in dartium |
| +// this should go away. |
| +[Supplemental] |
| +interface URL { |
| + [Suppressed] static DOMString createObjectURL(WebKitMediaSource source); |
| +}; |
| + |
| [Supplemental] |
| interface CanvasRenderingContext2D { |
| [DartName=createImageDataFromImageData] ImageData createImageData(ImageData imagedata); |