| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index d8f183533b304cbc72c827789d3e7ae11255013c..d79003a17c64ae05e43d4e9761b68a731b0a90ae 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -989,10 +989,8 @@ class CORE_EXPORT FrameView final
|
| bool m_needsUpdateViewportIntersection;
|
| bool m_needsUpdateViewportIntersectionInSubtree;
|
|
|
| -#if ENABLE(ASSERT)
|
| // Verified when finalizing.
|
| bool m_hasBeenDisposed;
|
| -#endif
|
|
|
| Member<Scrollbar> m_horizontalScrollbar;
|
| Member<Scrollbar> m_verticalScrollbar;
|
|
|