Remove HTMLIFrameElement.allowvr test

This attribute was unshipped.
This commit is contained in:
Anthony Ramine 2018-03-13 10:33:50 +01:00
parent d78478f9bd
commit 6d8f4d5337
3 changed files with 1 additions and 8 deletions

View file

@ -203,10 +203,6 @@ partial interface Window {
attribute EventHandler onvrdisplaypresentchange;
};
partial interface HTMLIFrameElement {
attribute boolean allowvr;
};
partial interface Gamepad {
readonly attribute unsigned long displayId;
};