Chromium Code Reviews| Index: Source/core/animation/TimedItem.idl |
| diff --git a/Source/core/animation/TimedItem.idl b/Source/core/animation/TimedItem.idl |
| index 978d1ac61d9a35abb4c7f155ad48c1819eb5fa71..f5e67b95e42ddab9d5237f0aafd5dc6971508075 100644 |
| --- a/Source/core/animation/TimedItem.idl |
| +++ b/Source/core/animation/TimedItem.idl |
| @@ -31,5 +31,6 @@ |
| [ |
| RuntimeEnabled=WebAnimationsAPI, |
| ] interface TimedItem { |
| + readonly attribute Timing specified; |
| readonly attribute Player? player; |
| }; |