| Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h
|
| index 782d9f3538822d77b254a377144a2611a63ce963..272c3fd38fb8944280e4a26a43d3764336b5e524 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h
|
| @@ -48,6 +48,7 @@ class LayoutMultiColumnSpannerPlaceholder final : public LayoutBox {
|
| const char* name() const override {
|
| return "LayoutMultiColumnSpannerPlaceholder";
|
| }
|
| + char objectSize() const override { return sizeof(this); }
|
|
|
| protected:
|
| void insertedIntoTree() override;
|
|
|