Index: Source/core/events/EventFactory.h |
diff --git a/Source/core/events/EventFactory.h b/Source/core/events/EventFactory.h |
index 2436e3f0000f3c2349f422ce5add870c5b0011aa..7ebbb5f741bd0c0b4cc160a3d1b70227e8fc15b3 100644 |
--- a/Source/core/events/EventFactory.h |
+++ b/Source/core/events/EventFactory.h |
@@ -26,6 +26,7 @@ |
#ifndef EventFactory_h |
#define EventFactory_h |
+#include "heap/Handle.h" |
#include "wtf/PassRefPtr.h" |
#include "wtf/text/AtomicString.h" |
@@ -35,7 +36,7 @@ class Event; |
class EventFactory { |
public: |
- static PassRefPtr<Event> create(const String& eventType); |
+ static PassRefPtrWillBeRawPtr<Event> create(const String& eventType); |
}; |
} |