RESOLVED FIXED138148
Clean up virtual functions in accessibility/
https://bugs.webkit.org/show_bug.cgi?id=138148
Summary Clean up virtual functions in accessibility/
Chris Dumez
Reported 2014-10-28 14:18:40 PDT
Clean up virtual functions in accessibility/ by: - Marking classes as final when suitable - Marking virtual functions as final when suitable - Dropping final on virtual functions in classes that are already final - Make isXXX() virtual type checking functions in XXX classes to avoid useless type checks
Attachments
Patch (36.09 KB, patch)
2014-10-28 14:55 PDT, Chris Dumez
no flags
Radar WebKit Bug Importer
Comment 1 2014-10-28 14:18:56 PDT
Chris Dumez
Comment 2 2014-10-28 14:55:38 PDT
WebKit Commit Bot
Comment 3 2014-10-28 15:42:34 PDT
Comment on attachment 240572 [details] Patch Clearing flags on attachment: 240572 Committed r175278: <http://trac.webkit.org/changeset/175278>
WebKit Commit Bot
Comment 4 2014-10-28 15:42:39 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.