| Index: Source/web/WebFrameWidgetImpl.cpp
|
| diff --git a/Source/web/WebFrameWidgetImpl.cpp b/Source/web/WebFrameWidgetImpl.cpp
|
| index e16a45d9a20acb2891a9526ecb6b8e6a1e4fdff3..d4e90c8b30d050b6ce2109000e1b14aebe79f2ba 100644
|
| --- a/Source/web/WebFrameWidgetImpl.cpp
|
| +++ b/Source/web/WebFrameWidgetImpl.cpp
|
| @@ -745,7 +745,7 @@ bool WebFrameWidgetImpl::handleKeyEvent(const WebKeyboardEvent& event)
|
|
|
| if (frame->eventHandler().keyEvent(evt)) {
|
| if (WebInputEvent::RawKeyDown == event.type) {
|
| - // Suppress the next keypress event unless the focused node is a plug-in node.
|
| + // Suppress the next keypress event unless the focused node is a plugin node.
|
| // (Flash needs these keypress events to handle non-US keyboards.)
|
| Element* element = focusedElement();
|
| if (!element || !element->layoutObject() || !element->layoutObject()->isEmbeddedObject())
|
|
|