Bug 143194 - Remove unneeded SVG code, including most isSupportedAttribute functions
Summary: Remove unneeded SVG code, including most isSupportedAttribute functions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-29 11:48 PDT by Darin Adler
Modified: 2015-03-29 13:41 PDT (History)
4 users (show)

See Also:


Attachments
Patch (204.26 KB, patch)
2015-03-29 12:23 PDT, Darin Adler
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2015-03-29 11:48:10 PDT
Remove unneeded SVG code, including most isSupportedAttribute functions
Comment 1 Darin Adler 2015-03-29 12:23:20 PDT
Created attachment 249687 [details]
Patch
Comment 2 Antti Koivisto 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.
Comment 3 Darin Adler 2015-03-29 13:41:04 PDT
Committed r182121: <http://trac.webkit.org/changeset/182121>