| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index 9f218d7b2f156eb9382507a40ab274ed0099c4fa..f5ac8d9886d6d4b9fa8d39202119dcf9e656770f 100644
|
| --- a/Source/web/ChromeClientImpl.h
|
| +++ b/Source/web/ChromeClientImpl.h
|
| @@ -48,6 +48,7 @@ class Element;
|
| class Event;
|
| class FileChooser;
|
| class GraphicsLayerFactory;
|
| +class HTMLFormControlElement;
|
| class HTMLInputElement;
|
| class KeyboardEvent;
|
| class PopupContainer;
|
| @@ -183,7 +184,7 @@ public:
|
| virtual void requestPointerUnlock() OVERRIDE;
|
|
|
| virtual void didAssociateFormControls(const Vector<RefPtr<WebCore::Element> >&) OVERRIDE;
|
| - virtual void didChangeValueInTextField(WebCore::HTMLInputElement&) OVERRIDE;
|
| + virtual void didChangeValueInTextField(WebCore::HTMLFormControlElement&) OVERRIDE;
|
| virtual void didEndEditingOnTextField(WebCore::HTMLInputElement&) OVERRIDE;
|
| virtual void handleKeyboardEventOnTextField(WebCore::HTMLInputElement&, WebCore::KeyboardEvent&) OVERRIDE;
|
|
|
|
|