Title: [198626] trunk/Source/WebCore
- Revision
- 198626
- Author
- [email protected]
- Date
- 2016-03-24 09:20:44 -0700 (Thu, 24 Mar 2016)
Log Message
Remove virtual inheritance from SVGTransformable.
<https://webkit.org/b/155837>
Reviewed by Anders Carlsson.
Nothing else inherits SVGLocatable, so make the inheritance non-virtual.
* svg/SVGTransformable.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (198625 => 198626)
--- trunk/Source/WebCore/ChangeLog 2016-03-24 16:13:46 UTC (rev 198625)
+++ trunk/Source/WebCore/ChangeLog 2016-03-24 16:20:44 UTC (rev 198626)
@@ -1,3 +1,14 @@
+2016-03-24 Andreas Kling <[email protected]>
+
+ Remove virtual inheritance from SVGTransformable.
+ <https://webkit.org/b/155837>
+
+ Reviewed by Anders Carlsson.
+
+ Nothing else inherits SVGLocatable, so make the inheritance non-virtual.
+
+ * svg/SVGTransformable.h:
+
2016-03-24 Youenn Fablet <[email protected]>
Remove DeferredWrapper::resolve<Vector<unsigned char>>
Modified: trunk/Source/WebCore/svg/SVGTransformable.h (198625 => 198626)
--- trunk/Source/WebCore/svg/SVGTransformable.h 2016-03-24 16:13:46 UTC (rev 198625)
+++ trunk/Source/WebCore/svg/SVGTransformable.h 2016-03-24 16:20:44 UTC (rev 198626)
@@ -30,7 +30,7 @@
class AffineTransform;
class SVGTransformList;
-class SVGTransformable : virtual public SVGLocatable {
+class SVGTransformable : public SVGLocatable {
public:
enum TransformParsingMode {
ClearList,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes