| Index: third_party/WebKit/Source/core/html/HTMLTrackElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTrackElement.idl b/third_party/WebKit/Source/core/html/HTMLTrackElement.idl
|
| index 08b3f14b0a5b2f69c03bb10cbde8fceabd4a3d97..4dc0dd7f01d946f38dd0090243611bcd8e9890fa 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTrackElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTrackElement.idl
|
| @@ -26,11 +26,11 @@
|
| // https://html.spec.whatwg.org/#the-track-element
|
|
|
| interface HTMLTrackElement : HTMLElement {
|
| - attribute DOMString kind;
|
| - [Reflect, URL] attribute DOMString src;
|
| - [Reflect] attribute DOMString srclang;
|
| - [Reflect] attribute DOMString label;
|
| - [Reflect] attribute boolean default;
|
| + [CEReactions] attribute DOMString kind;
|
| + [CEReactions, Reflect, URL] attribute DOMString src;
|
| + [CEReactions, Reflect] attribute DOMString srclang;
|
| + [CEReactions, Reflect] attribute DOMString label;
|
| + [CEReactions, Reflect] attribute boolean default;
|
|
|
| const unsigned short NONE = 0;
|
| const unsigned short LOADING = 1;
|
|
|