DescriptionClean up virtual function in Source/html
This cl was based on http://trac.webkit.org/changeset/175328
Clean up virtual functions in Source/html by:
1. Making isXXX() virtual functions private on XXX classes to avoid derived class use that.
2. De-virtualizing function that do not need to be virtual
3. Dropping final for virtual functions in classes already marked as final
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185469
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : #
Total comments: 1
Patch Set 4 : #
Messages
Total messages: 15 (5 generated)
|