mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Make nsITimerCallback a [function], to allow JS to pass a function object instead of this interface Bug 430305 r/sr/a=shaver
This commit is contained in:
parent
6e17d54229
commit
6868cb30a4
@ -66,7 +66,7 @@ native nsTimerCallbackFunc(nsTimerCallbackFunc);
|
||||
*/
|
||||
interface nsITimer;
|
||||
|
||||
[scriptable, uuid(a796816d-7d47-4348-9ab8-c7aeb3216a7d)]
|
||||
[function, scriptable, uuid(a796816d-7d47-4348-9ab8-c7aeb3216a7d)]
|
||||
interface nsITimerCallback : nsISupports
|
||||
{
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user