mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1218147 - Make WindowClient.focus() NewObject; r=bzbarsky
This commit is contained in:
parent
28e742e312
commit
153b80d0df
@ -23,7 +23,7 @@ interface WindowClient : Client {
|
|||||||
readonly attribute VisibilityState visibilityState;
|
readonly attribute VisibilityState visibilityState;
|
||||||
readonly attribute boolean focused;
|
readonly attribute boolean focused;
|
||||||
|
|
||||||
[Throws]
|
[Throws, NewObject]
|
||||||
Promise<WindowClient> focus();
|
Promise<WindowClient> focus();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user