Index: core/html/HTMLVideoElement.idl |
diff --git a/core/html/HTMLVideoElement.idl b/core/html/HTMLVideoElement.idl |
index 96fc5bfc80698799ae4985a7e84ea1f08f4868ce..4448cd23542ff2e124ba25f6e8ebe11e29926239 100644 |
--- a/core/html/HTMLVideoElement.idl |
+++ b/core/html/HTMLVideoElement.idl |
@@ -35,11 +35,11 @@ |
[MeasureAs=PrefixedVideoSupportsFullscreen] readonly attribute boolean webkitSupportsFullscreen; |
[MeasureAs=PrefixedVideoDisplayingFullscreen] readonly attribute boolean webkitDisplayingFullscreen; |
- [MeasureAs=PrefixedVideoEnterFullscreen, RaisesException, PerWorldBindings, ActivityLogging=AccessForAllWorlds] void webkitEnterFullscreen(); |
+ [MeasureAs=PrefixedVideoEnterFullscreen, RaisesException, PerWorldBindings, ActivityLogging=ForAllWorlds] void webkitEnterFullscreen(); |
[MeasureAs=PrefixedVideoExitFullscreen] void webkitExitFullscreen(); |
// Note the different capitalization of the "S" in FullScreen. |
- [MeasureAs=PrefixedVideoEnterFullScreen, ImplementedAs=webkitEnterFullscreen, RaisesException, PerWorldBindings, ActivityLogging=AccessForAllWorlds] void webkitEnterFullScreen(); |
+ [MeasureAs=PrefixedVideoEnterFullScreen, ImplementedAs=webkitEnterFullscreen, RaisesException, PerWorldBindings, ActivityLogging=ForAllWorlds] void webkitEnterFullScreen(); |
[MeasureAs=PrefixedVideoExitFullScreen, ImplementedAs=webkitExitFullscreen] void webkitExitFullScreen(); |
// The number of frames that have been decoded and made available for |