Bug 120115

Summary: SVG elements always have custom style resolve callbacks.
Product: WebKit Reporter: Andreas Kling <kling>
Component: SVGAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, d-r, esprehn+autocc, fmalita, kangil.han, kling, koivisto, pdr, schenney, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

Description Andreas Kling 2013-08-21 09:05:05 PDT
We can simplify SVG element construction a bit by incorporating the HasCustomStyleResolveCallbackFlag into the CreateSVGElement mask.
Comment 1 Andreas Kling 2013-08-21 09:12:07 PDT
Created attachment 209270 [details]
Patch
Comment 2 Antti Koivisto 2013-08-21 13:58:41 PDT
Comment on attachment 209270 [details]
Patch

much better!
Comment 3 Andreas Kling 2013-08-21 14:12:43 PDT
Committed r154414: <http://trac.webkit.org/changeset/154414>