| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 658e9df69d0958472e573808d1a75d3d7163a007..9a43b396fa5a68c32f3f2b0727b5773bdea3d30f 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -41,6 +41,7 @@
|
| #include "platform/scroll/Scrollbar.h"
|
| #include "public/platform/WebDisplayMode.h"
|
| #include "public/platform/WebRect.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/HashSet.h"
|
| #include "wtf/ListHashSet.h"
|
| @@ -590,6 +591,7 @@ protected:
|
| void updateScrollbars(const DoubleSize& desiredOffset);
|
|
|
| class InUpdateScrollbarsScope {
|
| + STACK_ALLOCATED();
|
| public:
|
| explicit InUpdateScrollbarsScope(FrameView* view)
|
| : m_scope(view->m_inUpdateScrollbars, true)
|
|
|