| Index: lib/html/idl/dart/dart.idl
|
| ===================================================================
|
| --- lib/html/idl/dart/dart.idl (revision 13791)
|
| +++ lib/html/idl/dart/dart.idl (working copy)
|
| @@ -384,13 +384,6 @@
|
| }
|
|
|
| module core {
|
| - [Supplemental, Callback]
|
| - interface RequestAnimationFrameCallback {
|
| - // Webkit implements this as returning bool, but standard is void.
|
| - [Suppressed] boolean handleEvent(in DOMTimeStamp time);
|
| - [Custom] void handleEvent(in DOMTimeStamp time);
|
| - };
|
| -
|
| [Suppressed]
|
| interface Entity {};
|
| }
|
|
|