Index: Source/core/animation/ComputedTimingProperties.idl |
diff --git a/Source/core/animation/ComputedTimingProperties.idl b/Source/core/animation/ComputedTimingProperties.idl |
index cde76f590d7bc466abaee74a9a81855646659149..71e053007648d6abb3af2e5ad6dffbb65eea9ca5 100644 |
--- a/Source/core/animation/ComputedTimingProperties.idl |
+++ b/Source/core/animation/ComputedTimingProperties.idl |
@@ -4,7 +4,7 @@ |
// https://w3c.github.io/web-animations/#the-computedtimingproperties-dictionary |
-dictionary ComputedTimingProperties : AnimationTimingProperties { |
+dictionary ComputedTimingProperties : KeyframeEffectOptions { |
// TODO(dstockwell): There is no startTime member in the spec. |
double startTime; |
unrestricted double endTime; |