| Index: third_party/WebKit/Source/core/events/EventListener.h
|
| diff --git a/third_party/WebKit/Source/core/events/EventListener.h b/third_party/WebKit/Source/core/events/EventListener.h
|
| index 0691c9d48a0f30b1bd95842ac19d2b2f97213742..2075d63935c96bd2484b1dd4d788ad8dc46b9f42 100644
|
| --- a/third_party/WebKit/Source/core/events/EventListener.h
|
| +++ b/third_party/WebKit/Source/core/events/EventListener.h
|
| @@ -45,6 +45,7 @@ class CORE_EXPORT EventListener
|
| virtual bool operator==(const EventListener&) const = 0;
|
| virtual void handleEvent(ExecutionContext*, Event*) = 0;
|
| virtual const String& code() const { return emptyString; }
|
| + virtual bool wasCreatedFromMarkup() const { return false; }
|
| virtual bool belongsToTheCurrentWorld(ExecutionContext*) const {
|
| return false;
|
| }
|
|
|