| Index: Source/core/html/HTMLVideoElement.idl
|
| diff --git a/Source/core/html/HTMLVideoElement.idl b/Source/core/html/HTMLVideoElement.idl
|
| index 3032eae10af3127738365993c7ab80f30c405cd5..96fc5bfc80698799ae4985a7e84ea1f08f4868ce 100644
|
| --- a/Source/core/html/HTMLVideoElement.idl
|
| +++ b/Source/core/html/HTMLVideoElement.idl
|
| @@ -30,7 +30,7 @@
|
| [Reflect] attribute unsigned long height;
|
| readonly attribute unsigned long videoWidth;
|
| readonly attribute unsigned long videoHeight;
|
| - [Reflect, URL] attribute DOMString poster;
|
| + [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString poster;
|
|
|
| [MeasureAs=PrefixedVideoSupportsFullscreen] readonly attribute boolean webkitSupportsFullscreen;
|
| [MeasureAs=PrefixedVideoDisplayingFullscreen] readonly attribute boolean webkitDisplayingFullscreen;
|
|
|