Index: Source/core/page/ChromeClient.h |
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h |
index 4d47ae552c077d61e2b0c7026bb6885de5cf98a8..c96c24d51fbcf0d38de9e643b7e15618a2da9b3e 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&) { } |