Index: Source/core/frame/FrameView.h |
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h |
index 7443273c9b318e6cff99a820d6a32d704204289e..37e884b2a50f5474b9ed80bce752c1a84d88df82 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" |
@@ -585,6 +586,7 @@ protected: |
void updateScrollbars(const DoubleSize& desiredOffset); |
class InUpdateScrollbarsScope { |
+ STACK_ALLOCATED(); |
public: |
explicit InUpdateScrollbarsScope(FrameView* view) |
: m_scope(view->m_inUpdateScrollbars, true) |