| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index 4f5050a4f42645b0e69f11d343740631e1392b88..b839c9b071ac6b04810f1cceff11747bf4413540 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -120,7 +120,8 @@ LayoutObject::SetLayoutNeededForbiddenScope::~SetLayoutNeededForbiddenScope()
|
|
|
| struct SameSizeAsLayoutObject : DisplayItemClient {
|
| virtual ~SameSizeAsLayoutObject() { } // Allocate vtable pointer.
|
| - void* pointers[6];
|
| + void* pointers[5];
|
| + Member<void*> members[1];
|
| #if ENABLE(ASSERT)
|
| unsigned m_debugBitfields : 2;
|
| #endif
|
|
|