| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h
|
| index c5a0cbcae3b4cd9580e6d4b361a2ddd84455c132..072fe7bcd420c9f459cfde4c58f2eafcb35f0c88 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h
|
| @@ -35,6 +35,7 @@ class LayoutSVGInline : public LayoutInline {
|
| return type == LayoutObjectSVG || type == LayoutObjectSVGInline ||
|
| LayoutInline::isOfType(type);
|
| }
|
| + char objectSize() const override { return sizeof(this); }
|
|
|
| bool isChildAllowed(LayoutObject*, const ComputedStyle&) const override;
|
|
|
|
|