Index: Source/core/events/CustomEvent.cpp |
diff --git a/Source/core/events/CustomEvent.cpp b/Source/core/events/CustomEvent.cpp |
index 6bdc856451be95fcdc868728fa2cac5bc654980a..e9d8d666029affffab0510b8fa03a1d1556db334 100644 |
--- a/Source/core/events/CustomEvent.cpp |
+++ b/Source/core/events/CustomEvent.cpp |
@@ -32,13 +32,11 @@ namespace blink { |
CustomEvent::CustomEvent() |
{ |
- ScriptWrappable::init(this); |
} |
CustomEvent::CustomEvent(const AtomicString& type, const CustomEventInit& initializer) |
: Event(type, initializer) |
{ |
- ScriptWrappable::init(this); |
} |
CustomEvent::~CustomEvent() |