Remove unneeded SVG code, including most isSupportedAttribute functions
Created attachment 249687 [details] Patch
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.
Committed r182121: <http://trac.webkit.org/changeset/182121>