Index: Source/core/events/Event.h |
diff --git a/Source/core/events/Event.h b/Source/core/events/Event.h |
index 43baf839cd1254387bc6c5ddbd9eddce7b5567d3..ee540781f2b1a0da62239e60dfc02cf7310e7688 100644 |
--- a/Source/core/events/Event.h |
+++ b/Source/core/events/Event.h |
@@ -46,7 +46,7 @@ |
bool cancelable; |
}; |
-class Event : public RefCountedWillBeRefCountedGarbageCollected<Event>, public ScriptWrappable { |
+class Event : public RefCounted<Event>, public ScriptWrappable { |
public: |
enum PhaseType { |
NONE = 0, |