| Index: Source/core/dom/ElementFullscreen.idl
|
| diff --git a/Source/core/dom/ElementFullscreen.idl b/Source/core/dom/ElementFullscreen.idl
|
| index 4210a25195598943bf0ea7af515a947e3f424034..e27ee3d0367850918e1a99e0f6eb29310c2df39d 100644
|
| --- a/Source/core/dom/ElementFullscreen.idl
|
| +++ b/Source/core/dom/ElementFullscreen.idl
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// https://fullscreen.spec.whatwg.org/#api
|
| +
|
| partial interface Element {
|
| [RuntimeEnabled=FullscreenUnprefixed] void requestFullscreen();
|
|
|
|
|