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
<rdar://problem/18801520>
Created attachment 240572 [details] Patch
Comment on attachment 240572 [details] Patch Clearing flags on attachment: 240572 Committed r175278: <http://trac.webkit.org/changeset/175278>
All reviewed patches have been landed. Closing bug.