| Index: third_party/WebKit/Source/core/layout/LayoutQuote.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutQuote.h b/third_party/WebKit/Source/core/layout/LayoutQuote.h
|
| index 96c633bbf3bb07759f4fd5c7a4dd115f4c05454f..3d1b589c88c0860c849c81258673a723f7d1d8ee 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutQuote.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutQuote.h
|
| @@ -53,6 +53,7 @@ class LayoutQuote final : public LayoutInline {
|
| bool isOfType(LayoutObjectType type) const override {
|
| return type == LayoutObjectQuote || LayoutInline::isOfType(type);
|
| }
|
| + char objectSize() const override { return sizeof(this); }
|
| void styleDidChange(StyleDifference, const ComputedStyle*) override;
|
| void willBeRemovedFromTree() override;
|
|
|
|
|