| Index: Source/core/dom/Event.cpp
|
| diff --git a/Source/core/dom/Event.cpp b/Source/core/dom/Event.cpp
|
| index 1b714f75312168ee1b7e664304b0b849142a1b2a..5b653df3bc5087e35d954177c86d98fcc33e658d 100644
|
| --- a/Source/core/dom/Event.cpp
|
| +++ b/Source/core/dom/Event.cpp
|
| @@ -148,18 +148,14 @@ bool Event::isClipboardEvent() const
|
| return false;
|
| }
|
|
|
| -bool Event::storesResultAsString() const
|
| -{
|
| - return false;
|
| -}
|
| -
|
| bool Event::isBeforeTextInsertedEvent() const
|
| {
|
| return false;
|
| }
|
|
|
| -void Event::storeResult(const String&)
|
| +bool Event::isBeforeUnloadEvent() const
|
| {
|
| + return false;
|
| }
|
|
|
| void Event::setTarget(PassRefPtr<EventTarget> target)
|
|
|