Index: trunk/Source/core/events/EventListener.h |
=================================================================== |
--- trunk/Source/core/events/EventListener.h (revision 170423) |
+++ trunk/Source/core/events/EventListener.h (working copy) |
@@ -44,7 +44,6 @@ |
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; } |