| Index: Source/core/html/shadow/PickerIndicatorElement.h
|
| diff --git a/Source/core/html/shadow/PickerIndicatorElement.h b/Source/core/html/shadow/PickerIndicatorElement.h
|
| index a3806722d6df168e0a524133aafe401d7aabd6fa..496d1517b65e397459e91fff2e2fae2e9b180ae8 100644
|
| --- a/Source/core/html/shadow/PickerIndicatorElement.h
|
| +++ b/Source/core/html/shadow/PickerIndicatorElement.h
|
| @@ -69,7 +69,7 @@ private:
|
| PickerIndicatorElement(Document*, PickerIndicatorOwner&);
|
| virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) OVERRIDE;
|
| virtual void defaultEventHandler(Event*) OVERRIDE;
|
| - virtual void detach() OVERRIDE;
|
| + virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
|
| virtual bool isPickerIndicatorElement() const OVERRIDE;
|
|
|
| HTMLInputElement* hostInput();
|
|
|