Index: Source/core/events/Event.h |
diff --git a/Source/core/events/Event.h b/Source/core/events/Event.h |
index c66daeb5945bbbbc13759a1c9fa9a825f41bae67..ee540781f2b1a0da62239e60dfc02cf7310e7688 100644 |
--- a/Source/core/events/Event.h |
+++ b/Source/core/events/Event.h |
@@ -38,6 +38,8 @@ class EventDispatcher; |
class HTMLIFrameElement; |
struct EventInit { |
+ STACK_ALLOCATED(); |
+public: |
EventInit(); |
bool bubbles; |