Index: Source/core/events/EventFactory.h |
diff --git a/Source/core/events/EventFactory.h b/Source/core/events/EventFactory.h |
index 51c2cfa0695f127c5e2a0d138ed1c7ba9f5a505a..78112850dd1419d008c0ee785fd56b94a30e92e9 100644 |
--- a/Source/core/events/EventFactory.h |
+++ b/Source/core/events/EventFactory.h |
@@ -27,6 +27,7 @@ |
#define EventFactory_h |
#include "platform/heap/Handle.h" |
+#include "wtf/Allocator.h" |
#include "wtf/PassRefPtr.h" |
#include "wtf/text/AtomicString.h" |
@@ -44,6 +45,7 @@ protected: |
}; |
class EventFactory final : public EventFactoryBase { |
+ WTF_MAKE_FAST_ALLOCATED(EventFactory); |
haraken
2015/08/24 10:59:12
Our plan is to add the macro to the most parent cl
tasak
2015/08/25 03:54:41
Done.
|
public: |
static PassOwnPtr<EventFactory> create() |
{ |