| Index: third_party/WebCore/html/track/TextTrackList.idl
|
| diff --git a/third_party/WebCore/html/track/TextTrackList.idl b/third_party/WebCore/html/track/TextTrackList.idl
|
| index 3f6efac0c676a3f6512dba102dc9c32d7c792227..ad4e8621c684886637c8892222f9e8c6415b783a 100644
|
| --- a/third_party/WebCore/html/track/TextTrackList.idl
|
| +++ b/third_party/WebCore/html/track/TextTrackList.idl
|
| @@ -28,11 +28,11 @@ module html {
|
| interface [
|
| Conditional=VIDEO_TRACK,
|
| V8EnabledAtRuntime=webkitVideoTrack,
|
| - V8CustomToJSObject,
|
| IndexedGetter,
|
| EventTarget,
|
| JSCustomMarkFunction,
|
| - JSCustomIsReachable
|
| + JSCustomIsReachable,
|
| + V8GenerateIsReachable=ImplOwnerRoot
|
| ] TextTrackList {
|
| readonly attribute unsigned long length;
|
| TextTrack item(in unsigned long index);
|
|
|