| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGTSpan.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTSpan.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTSpan.h
|
| index ca4b993560323eb33c1c9197b33cdb0329d6397d..6c55dcf741fd9cf442f07495ceb9b02d0a67b93c 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTSpan.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTSpan.h
|
| @@ -32,6 +32,7 @@ class LayoutSVGTSpan final : public LayoutSVGInline {
|
| bool isChildAllowed(LayoutObject*, const ComputedStyle&) const override;
|
|
|
| const char* name() const override { return "LayoutSVGTSpan"; }
|
| + char objectSize() const override { return sizeof(this); }
|
| };
|
| }
|
|
|
|
|