| Index: third_party/WebCore/html/track/TextTrack.idl
|
| diff --git a/third_party/WebCore/html/track/TextTrack.idl b/third_party/WebCore/html/track/TextTrack.idl
|
| index 845a80c0194bbb50558da82293e469b1de25ae5a..9836f02ce96fd7d9e3b837e3837a96788c5a387b 100644
|
| --- a/third_party/WebCore/html/track/TextTrack.idl
|
| +++ b/third_party/WebCore/html/track/TextTrack.idl
|
| @@ -36,11 +36,7 @@ module html {
|
| readonly attribute DOMString label;
|
| readonly attribute DOMString language;
|
|
|
| - const unsigned short DISABLED = 0;
|
| - const unsigned short HIDDEN = 1;
|
| - const unsigned short SHOWING = 2;
|
| - attribute unsigned short mode
|
| - setter raises (DOMException);
|
| + attribute DOMString mode;
|
|
|
| readonly attribute TextTrackCueList cues;
|
| readonly attribute TextTrackCueList activeCues;
|
|
|