Index: Source/core/editing/Editor.h |
diff --git a/Source/core/editing/Editor.h b/Source/core/editing/Editor.h |
index f3b0e856a0b69830cb25e45ff78ac562b547b03b..36fffc10836f34cb4a1614835c2e06990a428bc3 100644 |
--- a/Source/core/editing/Editor.h |
+++ b/Source/core/editing/Editor.h |
@@ -280,7 +280,7 @@ private: |
SpellChecker& spellChecker() const; |
- bool handleEditingKeyboardEvent(blink::KeyboardEvent*); |
+ bool handleEditingKeyboardEvent(KeyboardEvent*); |
}; |
inline void Editor::setStartNewKillRingSequence(bool flag) |