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

Description Andreas Kling 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.
Comment 1 Andreas Kling 2016-03-24 07:26:23 PDT
Created attachment 274830 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2016-03-24 09:20:48 PDT
All reviewed patches have been landed.  Closing bug.