Index: Source/core/page/DragSession.h |
diff --git a/Source/core/page/DragSession.h b/Source/core/page/DragSession.h |
index 7606a6c6c1be2333be29d4e805e888bb721a63e9..ffad2df5a0c3c850cb23ace05cffe659f60986de 100644 |
--- a/Source/core/page/DragSession.h |
+++ b/Source/core/page/DragSession.h |
@@ -27,10 +27,12 @@ |
#define DragSession_h |
#include "core/page/DragActions.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
struct DragSession { |
+ STACK_ALLOCATED(); |
DragOperation operation; |
bool mouseIsOverFileInput; |
unsigned numberOfItemsToBeAccepted; |