Bug 155837 - Remove virtual inheritance from SVGTransformable.
Summary: Remove virtual inheritance from SVGTransformable.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-24 07:25 PDT by Andreas Kling
Modified: 2016-03-24 09:20 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.05 KB, patch)
2016-03-24 07:26 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

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