| Index: sky/engine/web/WebViewImpl.cpp
|
| diff --git a/sky/engine/web/WebViewImpl.cpp b/sky/engine/web/WebViewImpl.cpp
|
| index 7d1b83e30e17ec8945d1888c14528cbca8cd28ff..4c8bc63e5bd806f622dd37049c97381ef9d667b0 100644
|
| --- a/sky/engine/web/WebViewImpl.cpp
|
| +++ b/sky/engine/web/WebViewImpl.cpp
|
| @@ -462,10 +462,6 @@ bool WebViewImpl::handleCharEvent(const WebKeyboardEvent& event)
|
| if (!evt.isCharacterKey())
|
| return true;
|
|
|
| - // Accesskeys are triggered by char events and can't be suppressed.
|
| - if (handler.handleAccessKey(evt))
|
| - return true;
|
| -
|
| // Safari 3.1 does not pass off windows system key messages (WM_SYSCHAR) to
|
| // the eventHandler::keyEvent. We mimic this behavior on all platforms since
|
| // for now we are converting other platform's key events to windows key
|
|
|