| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h
|
| index 22688fce9c34e8f95e2a574ce8ddb6fb6a1e805b..14976bf2fe331e8e924c1792fbe312e6e138c535 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h
|
| @@ -48,6 +48,7 @@ class LayoutSVGImage final : public LayoutSVGModelObject {
|
| bool isOfType(LayoutObjectType type) const override {
|
| return type == LayoutObjectSVGImage || LayoutSVGModelObject::isOfType(type);
|
| }
|
| + char objectSize() const override { return sizeof(this); }
|
|
|
| const char* name() const override { return "LayoutSVGImage"; }
|
|
|
|
|