| Index: third_party/WebKit/Source/core/html/HTMLIFrameElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl b/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl
|
| index bdfc2854a39e75a93ab6a76c7ae5282fc9e95f25..47d1566a8519e34354cc5f153e93ef510d04813b 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl
|
| @@ -27,6 +27,7 @@ interface HTMLIFrameElement : HTMLElement {
|
| [CEReactions, PutForwards=value] readonly attribute DOMTokenList sandbox;
|
| // Note: The seamless attribute was once supported, but was removed.
|
| [CEReactions, Reflect] attribute boolean allowFullscreen;
|
| + [CEReactions, Reflect] attribute boolean allowVR;
|
| [CEReactions, Reflect] attribute DOMString width;
|
| [CEReactions, Reflect] attribute DOMString height;
|
| [CheckSecurity=ReturnValue] readonly attribute Document? contentDocument;
|
|
|