mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove [PrimaryGlobal]
This commit is contained in:
parent
84693d8117
commit
2660f35925
167 changed files with 417 additions and 829 deletions
|
@ -11,7 +11,7 @@ enum VRDisplayEventReason {
|
|||
"requested"
|
||||
};
|
||||
|
||||
[Pref="dom.webvr.enabled"]
|
||||
[Exposed=Window, Pref="dom.webvr.enabled"]
|
||||
interface VRDisplayEvent : Event {
|
||||
[Throws] constructor(DOMString type, VRDisplayEventInit eventInitDict);
|
||||
readonly attribute VRDisplay display;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue