| Index: tools/dom/idl/dart/dart.idl
|
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
|
| index 06f470c8b37b23555f8071745a7f46df6ac27bf2..8a312ce0514f750abdb719efc0e7f0395f55f1c2 100644
|
| --- a/tools/dom/idl/dart/dart.idl
|
| +++ b/tools/dom/idl/dart/dart.idl
|
| @@ -353,6 +353,9 @@ interface Window : EventTarget {
|
| [RaisesException] void scroll(long x, long y, optional Dictionary scrollOptions);
|
| };
|
|
|
| +[DartSuppress]
|
| +interface Promise {};
|
| +
|
| [DartSupplemental]
|
| interface CanvasRenderingContext2D {
|
| [DartSuppress] void webkitPutImageDataHD(ImageData? imagedata, float dx, float dy);
|
|
|