| Index: public/web/WebViewClient.h
|
| diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
|
| index 9e7b1a3f902ddaa7e0a25519cd6316fae51bf7d1..dc1064bd8df7ac83ba299e7d3c42d8bb8b770d45 100644
|
| --- a/public/web/WebViewClient.h
|
| +++ b/public/web/WebViewClient.h
|
| @@ -142,6 +142,7 @@ public:
|
| // indicating that the default action should be suppressed.
|
| virtual bool handleCurrentKeyboardEvent() { return false; }
|
|
|
| + virtual const char* getKeyboardDOMCodeValue(int nativeValue) { return ""; }
|
|
|
| // Dialogs -------------------------------------------------------------
|
|
|
|
|