Index: Source/core/animation/TimedItem.idl |
diff --git a/Source/core/animation/TimedItem.idl b/Source/core/animation/TimedItem.idl |
index 556fcfa3d5a9e93b17beaf2bdf3cebdb13789cb9..34fa04dae6a16db96fd28c33742c787cf9c1cbe9 100644 |
--- a/Source/core/animation/TimedItem.idl |
+++ b/Source/core/animation/TimedItem.idl |
@@ -41,5 +41,6 @@ |
readonly attribute double activeDuration; |
readonly attribute double endTime; |
+ readonly attribute Timing specified; |
readonly attribute Player? player; |
}; |