| Index: Source/core/events/UIEvent.cpp
|
| diff --git a/Source/core/events/UIEvent.cpp b/Source/core/events/UIEvent.cpp
|
| index e9b8e1629fb08d73b003b62a88a1c42179150a79..582d952fc6885e817b9989e74f030d182d926919 100644
|
| --- a/Source/core/events/UIEvent.cpp
|
| +++ b/Source/core/events/UIEvent.cpp
|
| @@ -75,16 +75,6 @@ const AtomicString& UIEvent::interfaceName() const
|
| return EventNames::UIEvent;
|
| }
|
|
|
| -int UIEvent::keyCode() const
|
| -{
|
| - return 0;
|
| -}
|
| -
|
| -int UIEvent::charCode() const
|
| -{
|
| - return 0;
|
| -}
|
| -
|
| int UIEvent::which() const
|
| {
|
| return 0;
|
|
|