| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| index ce6422d7e6786865b53f975c36117e24170aaa02..0d7f29bd211305b684c2b0ab69468e25321da1b7 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| @@ -45,6 +45,7 @@ class LayoutSVGForeignObject final : public LayoutSVGBlock {
|
| ~LayoutSVGForeignObject() override;
|
|
|
| const char* name() const override { return "LayoutSVGForeignObject"; }
|
| + char objectSize() const override { return sizeof(this); }
|
|
|
| bool isChildAllowed(LayoutObject*, const ComputedStyle&) const override;
|
|
|
|
|