| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index eee59984e971acd310d90fb7822cee2162645cb7..f14b29f7bba9fecf1143d1d744b59e9a7b04948d 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -228,7 +228,7 @@ public:
|
| virtual void textFieldDataListChanged(HTMLInputElement&) { }
|
| virtual void ajaxSucceeded(LocalFrame*) { }
|
|
|
| - // Input mehtod editor related functions.
|
| + // Input method editor related functions.
|
| virtual void didCancelCompositionOnSelectionChange() { }
|
| virtual void willSetInputMethodState() { }
|
| virtual void didUpdateTextOfFocusedElementByNonUserInput() { }
|
|
|