mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
script: change requestAnimationFrame returns the unsigned long type.
This commit is contained in:
parent
05deb3dcc8
commit
63627405d9
3 changed files with 8 additions and 8 deletions
|
@ -56,8 +56,8 @@
|
|||
//void print();
|
||||
//any showModalDialog(DOMString url, optional any argument);
|
||||
|
||||
long requestAnimationFrame(FrameRequestCallback callback);
|
||||
void cancelAnimationFrame(long handle);
|
||||
unsigned long requestAnimationFrame(FrameRequestCallback callback);
|
||||
void cancelAnimationFrame(unsigned long handle);
|
||||
|
||||
//void postMessage(any message, DOMString targetOrigin, optional sequence<Transferable> transfer);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue