| Index: third_party/WebKit/Source/core/layout/LayoutListItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutListItem.h b/third_party/WebKit/Source/core/layout/LayoutListItem.h
|
| index d6a893bd616a55752d6beb3d1f82986a46e7d5e0..511443eb9d547c6da6513b1054837174a2cb10d0 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutListItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutListItem.h
|
| @@ -62,6 +62,7 @@ class LayoutListItem final : public LayoutBlockFlow {
|
| LayoutListMarker* marker() const { return m_marker; }
|
|
|
| const char* name() const override { return "LayoutListItem"; }
|
| + char objectSize() const override { return sizeof(this); }
|
|
|
| private:
|
| bool isOfType(LayoutObjectType type) const override {
|
|
|