| Index: Source/core/dom/Event.cpp
|
| diff --git a/Source/core/dom/Event.cpp b/Source/core/dom/Event.cpp
|
| index 1b714f75312168ee1b7e664304b0b849142a1b2a..7b9ea37df7ba833221a95bf6be722a6e54b03b4a 100644
|
| --- a/Source/core/dom/Event.cpp
|
| +++ b/Source/core/dom/Event.cpp
|
| @@ -148,20 +148,11 @@ bool Event::isClipboardEvent() const
|
| return false;
|
| }
|
|
|
| -bool Event::storesResultAsString() const
|
| -{
|
| - return false;
|
| -}
|
| -
|
| bool Event::isBeforeTextInsertedEvent() const
|
| {
|
| return false;
|
| }
|
|
|
| -void Event::storeResult(const String&)
|
| -{
|
| -}
|
| -
|
| void Event::setTarget(PassRefPtr<EventTarget> target)
|
| {
|
| if (m_target == target)
|
|
|