Bug 143194

Summary: Remove unneeded SVG code, including most isSupportedAttribute functions
Product: WebKit Reporter: Darin Adler <darin>
Component: SVGAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: kling, sabouhallawa, sam, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

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.