| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index 0199fb8241d6a04380d59114571b0d4209be94fb..2359986e56bc16f7de3244a80ed1dcd0860b6070 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -218,7 +218,7 @@ public:
|
|
|
| virtual bool isChromeClientImpl() const { return false; }
|
|
|
| - virtual void didAssociateFormControls(const WillBeHeapVector<RefPtrWillBeMember<Element>>&) { }
|
| + virtual void didAssociateFormControls(const WillBeHeapVector<RefPtrWillBeMember<Element>>&, LocalFrame*) { }
|
| virtual void didChangeValueInTextField(HTMLFormControlElement&) { }
|
| virtual void didEndEditingOnTextField(HTMLInputElement&) { }
|
| virtual void handleKeyboardEventOnTextField(HTMLInputElement&, KeyboardEvent&) { }
|
|
|