| Index: Source/core/events/KeyboardEvent.h
|
| diff --git a/Source/core/events/KeyboardEvent.h b/Source/core/events/KeyboardEvent.h
|
| index 3407049debd5ef02da18a352c92a287dfe818e82..a2d08c8b5a3ce4f39184b8a3534eab3e2489c668 100644
|
| --- a/Source/core/events/KeyboardEvent.h
|
| +++ b/Source/core/events/KeyboardEvent.h
|
| @@ -76,8 +76,6 @@ public:
|
|
|
| unsigned location() const { return m_location; }
|
|
|
| - bool getModifierState(const String& keyIdentifier) const;
|
| -
|
| const PlatformKeyboardEvent* keyEvent() const { return m_keyEvent.get(); }
|
|
|
| int keyCode() const; // key code for keydown and keyup, character for keypress
|
|
|