[webkit-reviews] review requested: [Bug 115995] Node: Use FINAL instead of the non-virtual shadowing hack. : [Attachment 201511] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 12 16:39:12 PDT 2013


Andreas Kling <akling at apple.com> has asked  for review:
Bug 115995: Node: Use FINAL instead of the non-virtual shadowing hack.
https://bugs.webkit.org/show_bug.cgi?id=115995

Attachment 201511: Patch
https://bugs.webkit.org/attachment.cgi?id=201511&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
Actually, never mind computedStyle(), we want that to be fast for non-SVG
elements and we can't make it FINAL on Element since SVGElement overrides it.
This patch changes prefix/namespaceURI/localName to use FINAL.


More information about the webkit-reviews mailing list