[webkit-reviews] review granted: [Bug 120155] Introduce a SVGUnknownElement class for unknown SVG elements : [Attachment 209347] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 22 04:58:10 PDT 2013


Andreas Kling <akling at apple.com> has granted Christophe Dumez
<dchris at gmail.com>'s request for review:
Bug 120155: Introduce a SVGUnknownElement class for unknown SVG elements
https://bugs.webkit.org/show_bug.cgi?id=120155

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

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=209347&action=review


r=me

> Source/WebCore/svg/SVGUnknownElement.h:41
> +class SVGUnknownElement : public SVGElement {

This class should be FINAL since it has no subclasses.


More information about the webkit-reviews mailing list