[Webkit-unassigned] [Bug 159336] New: MathML headers: improve inheritance and visibility
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 1 02:01:02 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=159336
Bug ID: 159336
Summary: MathML headers: improve inheritance and visibility
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: MathML
Assignee: webkit-unassigned at lists.webkit.org
Reporter: fred.wang at free.fr
CC: alex at igalia.com
Depends on: 153991
Another small refactoring we can do after https://trac.webkit.org/wiki/MathML/Early_2016_Refactoring#Phase1 is improving the inheritance and visibility in MathML element and renderer classes. The hierarchy as changed a lot and these are not always respected:
* Use final for class that are not extended.
* Use final instead of override for virtual members that are not overridden by derived classes.
* Try and reduce the visibility of function members to private or protected as appropriate.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160701/3fcfa309/attachment.html>
More information about the webkit-unassigned
mailing list