diff options
Diffstat (limited to 'dom/animation/ComputedTiming.h')
-rw-r--r-- | dom/animation/ComputedTiming.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/animation/ComputedTiming.h b/dom/animation/ComputedTiming.h index 525d59d23..b1c6674a5 100644 --- a/dom/animation/ComputedTiming.h +++ b/dom/animation/ComputedTiming.h @@ -30,7 +30,7 @@ struct ComputedTiming // indefinitely. StickyTimeDuration mActiveDuration; // The time within the active interval. - StickyTimeDuration mActiveTime; + StickyTimeDuration mActiveTime; // The effect end time in local time (i.e. an offset from the effect's // start time). Will equal StickyTimeDuration::Forever() if the animation // plays indefinitely. |