| 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 767e2df12c0fe0123ae7d7eda1e790614ca5ecf5..0036f99e5716743f172d6a39011114a16c541ca0 100644
|
| --- a/third_party/WebKit/Source/core/events/EventListener.h
|
| +++ b/third_party/WebKit/Source/core/events/EventListener.h
|
| @@ -44,7 +44,6 @@ public:
|
| 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() const { return false; }
|
|
|
| bool isAttribute() const { return virtualisAttribute(); }
|
|
|