| 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 71237885a5d246affd1fe3cb67df38ce0007cecf..54f9faa3723fddb0b33600ce4bd698f611d05770 100644
|
| --- a/third_party/WebKit/Source/core/animation/DocumentTimeline.idl
|
| +++ b/third_party/WebKit/Source/core/animation/DocumentTimeline.idl
|
| @@ -5,6 +5,8 @@
|
| // https://w3c.github.io/web-animations/#the-documenttimeline-interface
|
|
|
| [
|
| + Constructor(optional DocumentTimelineOptions options),
|
| + ConstructorCallWith=ExecutionContext,
|
| RuntimeEnabled=WebAnimationsAPI
|
| ] interface DocumentTimeline : AnimationTimeline {
|
| };
|
|
|