| Index: Source/platform/scroll/ScrollableArea.cpp
|
| diff --git a/Source/platform/scroll/ScrollableArea.cpp b/Source/platform/scroll/ScrollableArea.cpp
|
| index c2be447d7866ccdfa7958e8267401010f25c37ca..14d29480b43d0172d55db7d4b38e7011b2d76d44 100644
|
| --- a/Source/platform/scroll/ScrollableArea.cpp
|
| +++ b/Source/platform/scroll/ScrollableArea.cpp
|
| @@ -52,6 +52,9 @@ namespace blink {
|
| struct SameSizeAsScrollableArea {
|
| virtual ~SameSizeAsScrollableArea();
|
| IntRect scrollbarDamage[2];
|
| +#if ENABLE(ASSERT) && ENABLE(OILPAN)
|
| + VerifyEagerFinalization verifyEager;
|
| +#endif
|
| void* pointer;
|
| unsigned bitfields : 16;
|
| IntPoint origin;
|
|
|