mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
script: Ensure promises are considered DOM interfaces when generating bindings. (#36107)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
8c2ac88ad0
commit
4814cbdb1f
2 changed files with 5 additions and 3 deletions
|
@ -616,3 +616,5 @@ namespace TestNS {
|
|||
const unsigned long ONE = 1;
|
||||
const unsigned long TWO = 0x2;
|
||||
};
|
||||
|
||||
typedef Promise<undefined> PromiseUndefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue