| Index: Source/core/html/shadow/SliderThumbElement.h
|
| diff --git a/Source/core/html/shadow/SliderThumbElement.h b/Source/core/html/shadow/SliderThumbElement.h
|
| index 1b935e66eeb7d15bf2b7beed5560a18f1c61b0be..983d44b9971487ca925d740d648bd04399c9ab89 100644
|
| --- a/Source/core/html/shadow/SliderThumbElement.h
|
| +++ b/Source/core/html/shadow/SliderThumbElement.h
|
| @@ -56,7 +56,7 @@ public:
|
| virtual void defaultEventHandler(Event*);
|
| virtual bool willRespondToMouseMoveEvents() OVERRIDE;
|
| virtual bool willRespondToMouseClickEvents() OVERRIDE;
|
| - virtual void detach();
|
| + virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
|
| virtual const AtomicString& shadowPseudoId() const;
|
| HTMLInputElement* hostInput() const;
|
| void setPositionFromPoint(const LayoutPoint&);
|
|
|