| Index: Source/core/dom/DocumentFullscreen.idl
|
| diff --git a/Source/core/dom/DocumentFullscreen.idl b/Source/core/dom/DocumentFullscreen.idl
|
| index 552e061330d0f4ddad780bb526998fca9ed6d688..808ac15e9d9026692e462ebf5549ad228c0b92f8 100644
|
| --- a/Source/core/dom/DocumentFullscreen.idl
|
| +++ b/Source/core/dom/DocumentFullscreen.idl
|
| @@ -19,6 +19,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| +// https://fullscreen.spec.whatwg.org/#api
|
| +
|
| partial interface Document {
|
| [RuntimeEnabled=FullscreenUnprefixed] readonly attribute boolean fullscreenEnabled;
|
| [RuntimeEnabled=FullscreenUnprefixed] readonly attribute Element? fullscreenElement;
|
|
|