| Index: Source/WebCore/html/HTMLTrackElement.idl
|
| diff --git a/Source/WebCore/html/HTMLTrackElement.idl b/Source/WebCore/html/HTMLTrackElement.idl
|
| index 2aaa981004b9f18bf69033a1a5347453d0004e56..5c6d1193d3311e8b6dc3663c28e49086100ff951 100644
|
| --- a/Source/WebCore/html/HTMLTrackElement.idl
|
| +++ b/Source/WebCore/html/HTMLTrackElement.idl
|
| @@ -38,10 +38,7 @@ module html {
|
| const unsigned short LOADING = 1;
|
| const unsigned short LOADED = 2;
|
| // Reflect is used for ERROR because it conflicts with a windows define.
|
| -// FIXME(antonm)
|
| -#if 0
|
| [Reflect=TRACK_ERROR] const unsigned short ERROR = 3;
|
| -#endif
|
| readonly attribute unsigned short readyState;
|
|
|
| readonly attribute TextTrack track;
|
|
|