| 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 d42f559f43d89b13891b896768f3681b3aa14a71..0691c9d48a0f30b1bd95842ac19d2b2f97213742 100644
|
| --- a/third_party/WebKit/Source/core/events/EventListener.h
|
| +++ b/third_party/WebKit/Source/core/events/EventListener.h
|
| @@ -44,7 +44,7 @@ class CORE_EXPORT EventListener
|
| virtual ~EventListener() {}
|
| virtual bool operator==(const EventListener&) const = 0;
|
| virtual void handleEvent(ExecutionContext*, Event*) = 0;
|
| - virtual const String& code() const { return emptyString(); }
|
| + virtual const String& code() const { return emptyString; }
|
| virtual bool belongsToTheCurrentWorld(ExecutionContext*) const {
|
| return false;
|
| }
|
|
|