| Index: core/html/HTMLTrackElement.idl
|
| diff --git a/core/html/HTMLTrackElement.idl b/core/html/HTMLTrackElement.idl
|
| index 4127db64b609a4930cba0908102a17d0e94ea24b..da7e22e9e6466e98586f19b275e761f0450e94ca 100644
|
| --- a/core/html/HTMLTrackElement.idl
|
| +++ b/core/html/HTMLTrackElement.idl
|
| @@ -28,8 +28,8 @@
|
| ] interface HTMLTrackElement : HTMLElement {
|
| attribute DOMString kind;
|
| [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src;
|
| - attribute DOMString srclang;
|
| - attribute DOMString label;
|
| + [Reflect] attribute DOMString srclang;
|
| + [Reflect] attribute DOMString label;
|
| [Reflect] attribute boolean default;
|
|
|
| const unsigned short NONE = 0;
|
|
|