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..d1ba336851136a6623ecb29196c3787d7f7a332c 100644 |
| --- a/Source/core/animation/TimedItem.idl |
| +++ b/Source/core/animation/TimedItem.idl |
| @@ -31,5 +31,6 @@ |
| [ |
| RuntimeEnabled=WebAnimationsAPI, |
| ] interface TimedItem { |
| + readonly attribute TimedItemTiming specified; |
| readonly attribute Player? player; |
| }; |