| Index: lib/html/idl/dart/dart.idl
|
| diff --git a/lib/html/idl/dart/dart.idl b/lib/html/idl/dart/dart.idl
|
| index dfaf5debc688918e0e01cbdb01d143744e0c167e..2690b79fd6540248c94580b16f999ebe967b0238 100644
|
| --- a/lib/html/idl/dart/dart.idl
|
| +++ b/lib/html/idl/dart/dart.idl
|
| @@ -402,3 +402,11 @@ module websockets {
|
| };
|
| }
|
|
|
| +module core {
|
| + [supplemental, Callback]
|
| + interface RequestAnimationFrameCallback {
|
| + // Webkit implements this as returning bool, but standard is void.
|
| + [Suppressed] boolean handleEvent(in DOMTimeStamp time);
|
| + void handleEvent(in DOMTimeStamp time);
|
| + };
|
| +}
|
|
|