| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index a4583e4559a2cd10d223bd519b07e7e3b2c69e9e..0e3dd4862a182392bd18da985fed85866ed60ea9 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -60,6 +60,7 @@ class LocalFrame;
|
| class GraphicsLayer;
|
| class GraphicsLayerFactory;
|
| class HitTestResult;
|
| +class HTMLFormControlElement;
|
| class HTMLInputElement;
|
| class IntRect;
|
| class Node;
|
| @@ -246,7 +247,7 @@ public:
|
| virtual bool isChromeClientImpl() const { return false; }
|
|
|
| virtual void didAssociateFormControls(const Vector<RefPtr<Element> >&) { };
|
| - virtual void didChangeValueInTextField(HTMLInputElement&) { }
|
| + virtual void didChangeValueInTextField(HTMLFormControlElement&) { }
|
| virtual void didEndEditingOnTextField(HTMLInputElement&) { }
|
| virtual void handleKeyboardEventOnTextField(HTMLInputElement&, KeyboardEvent&) { }
|
|
|
|
|