Bug 1473714 Remove unneeded commit in image/FrameAnimator.cpp:AdvanceFrame

Reviewers: tnikkel

Reviewed By: tnikkel

Bug #: 1473714

Differential Revision: https://phabricator.services.mozilla.com/D2622
This commit is contained in:
Tom Ritter 2018-08-02 05:55:59 +03:00
parent 6f95417fb4
commit ecde18b5d1

View file

@ -238,8 +238,6 @@ FrameAnimator::AdvanceFrame(AnimationState& aState,
RawAccessFrameRef& aCurrentFrame,
TimeStamp aTime)
{
NS_ASSERTION(aTime <= TimeStamp::Now(),
"Given time appears to be in the future");
AUTO_PROFILER_LABEL("FrameAnimator::AdvanceFrame", GRAPHICS);
RefreshResult ret;