Bug 120115 - SVG elements always have custom style resolve callbacks.
Summary: SVG elements always have custom style resolve callbacks.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-21 09:05 PDT by Andreas Kling
Modified: 2013-08-21 14:12 PDT (History)
10 users (show)

See Also:


Attachments
Patch (8.00 KB, patch)
2013-08-21 09:12 PDT, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>