Bug 155837

Summary: Remove virtual inheritance from SVGTransformable.
Product: WebKit Reporter: Andreas Kling <kling>
Component: SVGAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, zimmermann
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Andreas Kling
Reported 2016-03-24 07:25:37 PDT
There used to be more classes inheriting from SVGLocatable, so virtual inheritance was used to avoid base duplication. This is no longer an issue since SVGTransformable is the only thing that inherits SVGLocatable.
Attachments
Patch (1.05 KB, patch)
2016-03-24 07:26 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2016-03-24 07:26:23 PDT
WebKit Commit Bot
Comment 2 2016-03-24 09:20:45 PDT
Comment on attachment 274830 [details] Patch Clearing flags on attachment: 274830 Committed r198626: <http://trac.webkit.org/changeset/198626>
WebKit Commit Bot
Comment 3 2016-03-24 09:20:48 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.