| Index: third_party/WebKit/Source/core/animation/DocumentTimeline.idl
|
| diff --git a/third_party/WebKit/Source/core/animation/DocumentTimeline.idl b/third_party/WebKit/Source/core/animation/DocumentTimeline.idl
|
| index 4ef2f72c2c83dbd4b53a4319d850445372940434..71237885a5d246affd1fe3cb67df38ce0007cecf 100644
|
| --- a/third_party/WebKit/Source/core/animation/DocumentTimeline.idl
|
| +++ b/third_party/WebKit/Source/core/animation/DocumentTimeline.idl
|
| @@ -5,7 +5,6 @@
|
| // https://w3c.github.io/web-animations/#the-documenttimeline-interface
|
|
|
| [
|
| - RuntimeEnabled=WebAnimationsAPI,
|
| - ImplementedAs=AnimationTimeline
|
| + RuntimeEnabled=WebAnimationsAPI
|
| ] interface DocumentTimeline : AnimationTimeline {
|
| };
|
|
|