| Index: third_party/WebKit/Source/core/layout/LayoutFrameSet.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFrameSet.h b/third_party/WebKit/Source/core/layout/LayoutFrameSet.h
|
| index 5751f4ce0393b7dfde8b6cc58dcecd04755681fb..2222b23535b91ded878d48452960570a8f2775fa 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFrameSet.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFrameSet.h
|
| @@ -108,6 +108,8 @@ class LayoutFrameSet final : public LayoutBox {
|
|
|
| const char* name() const override { return "LayoutFrameSet"; }
|
|
|
| + char objectSize() const override { return sizeof(this); }
|
| +
|
| private:
|
| static const int noSplit = -1;
|
|
|
|
|