Index: Source/core/events/EventListener.h |
diff --git a/Source/core/events/EventListener.h b/Source/core/events/EventListener.h |
index ea8bc442bc45585828b879c09741d7c42b31fda3..a6270cc2a7a8ebddd0f88af66163e4586e80c4fe 100644 |
--- a/Source/core/events/EventListener.h |
+++ b/Source/core/events/EventListener.h |
@@ -44,7 +44,6 @@ namespace WebCore { |
virtual void handleEvent(ExecutionContext*, Event*) = 0; |
virtual bool wasCreatedFromMarkup() const { return false; } |
virtual bool belongsToTheCurrentWorld() const { return false; } |
- virtual DOMWrapperWorld* world() const { return 0; } |
bool isAttribute() const { return virtualisAttribute(); } |
Type type() const { return m_type; } |