| Index: core/html/HTMLVideoElement.idl
|
| diff --git a/core/html/HTMLVideoElement.idl b/core/html/HTMLVideoElement.idl
|
| index 5d9d744dc459f5d4a7ea53f487acaa561bf224fb..2b2ab0d2294a9839e18ce211c4fd9ccab5504306 100644
|
| --- a/core/html/HTMLVideoElement.idl
|
| +++ b/core/html/HTMLVideoElement.idl
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| [
|
| - EnabledAtRuntime=media
|
| + EnabledAtRuntime=Media
|
| ] interface HTMLVideoElement : HTMLMediaElement {
|
| [Reflect] attribute unsigned long width;
|
| [Reflect] attribute unsigned long height;
|
| @@ -35,11 +35,11 @@
|
| readonly attribute boolean webkitSupportsFullscreen;
|
| readonly attribute boolean webkitDisplayingFullscreen;
|
|
|
| - [RaisesException] void webkitEnterFullscreen();
|
| + [RaisesException, PerWorldBindings, ActivityLog=Access] void webkitEnterFullscreen();
|
| void webkitExitFullscreen();
|
|
|
| // Note the different capitalization of the "S" in FullScreen.
|
| - [RaisesException] void webkitEnterFullScreen();
|
| + [RaisesException, PerWorldBindings, ActivityLog=Access] void webkitEnterFullScreen();
|
| void webkitExitFullScreen();
|
|
|
| // The number of frames that have been decoded and made available for
|
|
|