| Index: Source/core/events/EventListener.h
|
| diff --git a/Source/core/events/EventListener.h b/Source/core/events/EventListener.h
|
| index 78291043e83f180e7d098613f6e524671a7e7399..ea8bc442bc45585828b879c09741d7c42b31fda3 100644
|
| --- a/Source/core/events/EventListener.h
|
| +++ b/Source/core/events/EventListener.h
|
| @@ -43,6 +43,7 @@ namespace WebCore {
|
| virtual bool operator==(const EventListener&) = 0;
|
| 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(); }
|
|
|