| Index: Source/core/events/KeyboardEvent.cpp
|
| diff --git a/Source/core/events/KeyboardEvent.cpp b/Source/core/events/KeyboardEvent.cpp
|
| index c237acd7cb86ebfad5a0be13dbd6af0608ed6d58..2255e72fe538503082668456535900e080e0f63d 100644
|
| --- a/Source/core/events/KeyboardEvent.cpp
|
| +++ b/Source/core/events/KeyboardEvent.cpp
|
| @@ -202,7 +202,7 @@ int KeyboardEvent::charCode() const
|
|
|
| const AtomicString& KeyboardEvent::interfaceName() const
|
| {
|
| - return eventNames().interfaceForKeyboardEvent;
|
| + return EventNames::KeyboardEvent;
|
| }
|
|
|
| bool KeyboardEvent::isKeyboardEvent() const
|
|
|