RESOLVED FIXED 143194
Remove unneeded SVG code, including most isSupportedAttribute functions
https://bugs.webkit.org/show_bug.cgi?id=143194
Summary Remove unneeded SVG code, including most isSupportedAttribute functions
Darin Adler
Reported 2015-03-29 11:48:10 PDT
Remove unneeded SVG code, including most isSupportedAttribute functions
Attachments
Patch (204.26 KB, patch)
2015-03-29 12:23 PDT, Darin Adler
koivisto: review+
Darin Adler
Comment 1 2015-03-29 12:23:20 PDT
Antti Koivisto
Comment 2 2015-03-29 13:36:43 PDT
Comment on attachment 249687 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=249687&action=review > Source/WebCore/svg/SVGFELightElement.cpp:147 > + auto* parent = parentNode(); You can go parentElement() for tighter typing.
Darin Adler
Comment 3 2015-03-29 13:41:04 PDT
Note You need to log in before you can comment on or make changes to this bug.