Animation code has a bunch of calls to m_keyframeAnimations.checkConsistency() that are in release builds. These should be debug-only.
Or we should remove them.
These are supposed to be no-ops in release builds. Are they not? We don't usually add ifdef NDEBUG at each call site if function name clearly indicates that it's debug-only, and has such ifdefs inside.
Created attachment 51669 [details] Patch
Comment on attachment 51669 [details] Patch r=ericc
http://trac.webkit.org/changeset/56565
The premise of this bug was wrong, I think. The code is already debug-only.
Reopening to revert the change.
Backed out in http://trac.webkit.org/changeset/56568.