| 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 4dc0dd7f01d946f38dd0090243611bcd8e9890fa..b3334c25812be2dec34adf5b5c2d7a8b4320163d 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTrackElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTrackElement.idl
|
| @@ -35,8 +35,7 @@ interface HTMLTrackElement : HTMLElement {
|
| const unsigned short NONE = 0;
|
| const unsigned short LOADING = 1;
|
| const unsigned short LOADED = 2;
|
| - // Reflect is used for ERROR because it conflicts with a windows define.
|
| - [Reflect=TRACK_ERROR] const unsigned short ERROR = 3;
|
| + const unsigned short ERROR = 3;
|
| [ImplementedAs=getReadyState] readonly attribute unsigned short readyState;
|
|
|
| readonly attribute TextTrack track;
|
|
|