| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 1a442c8e4ce814a140497cd739d310cf244f768d..1202e1272bf429c4428cf9ade8df3d8facf128fc 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -156,7 +156,7 @@ public:
|
| virtual void needTouchEvents(bool) override { }
|
| virtual void setTouchAction(TouchAction touchAction) override { };
|
|
|
| - virtual void didAssociateFormControls(const WillBeHeapVector<RefPtrWillBeMember<Element> >&) override { }
|
| + virtual void didAssociateFormControls(const WillBeHeapVector<RefPtrWillBeMember<Element> >&, LocalFrame* frame) override { }
|
|
|
| virtual void annotatedRegionsChanged() override { }
|
| virtual bool paintCustomOverhangArea(GraphicsContext*, const IntRect&, const IntRect&, const IntRect&) override { return false; }
|
|
|