| Index: Source/WebKit/chromium/src/EditorClientImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/EditorClientImpl.cpp b/Source/WebKit/chromium/src/EditorClientImpl.cpp
|
| index 111d747d2aaa70f42c7a2fb1439f2779c7e542ca..012194a4d24fda4e72c46372e3164163fdc74c5f 100644
|
| --- a/Source/WebKit/chromium/src/EditorClientImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/EditorClientImpl.cpp
|
| @@ -459,6 +459,7 @@ static const KeyDownEntry keyDownEntries[] = {
|
| { 'Z', CtrlKey | ShiftKey, "Redo" },
|
| { 'Y', CtrlKey, "Redo" },
|
| #endif
|
| + { VKEY_INSERT, 0, "OverWrite" },
|
| };
|
|
|
| static const KeyPressEntry keyPressEntries[] = {
|
|
|