WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
25106
Mismatched virtual function signatures in animations
https://bugs.webkit.org/show_bug.cgi?id=25106
Summary
Mismatched virtual function signatures in animations
Simon Fraser (smfr)
Reported
2009-04-08 18:18:19 PDT
AnimationBase has virtual void endAnimation(bool, double) and the double is never used. Everything else has virtual void endAnimation(bool) I think this is causing a real bug on
http://demo.webapp-net.com
, where there's an opacity animation that's never cleaned up.
Attachments
Patch
(1.23 KB, patch)
2009-04-08 18:29 PDT
,
Simon Fraser (smfr)
mitz: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2009-04-08 18:29:08 PDT
Created
attachment 29353
[details]
Patch
Simon Fraser (smfr)
Comment 2
2009-04-08 18:34:15 PDT
http://trac.webkit.org/changeset/42346
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug