| Index: Source/core/html/shadow/SliderThumbElement.h
|
| diff --git a/Source/core/html/shadow/SliderThumbElement.h b/Source/core/html/shadow/SliderThumbElement.h
|
| index 9708d7a5e31d56a597e847955fcaa2e0926f34f5..0bbdd5fc4479402e2a8b2f376f7b69e5518264e7 100644
|
| --- a/Source/core/html/shadow/SliderThumbElement.h
|
| +++ b/Source/core/html/shadow/SliderThumbElement.h
|
| @@ -58,7 +58,7 @@ public:
|
| virtual bool willRespondToMouseClickEvents() OVERRIDE;
|
| virtual void detach();
|
| virtual const AtomicString& shadowPseudoId() const;
|
| - HTMLInputElement* hostInput() const;
|
| + Result<HTMLInputElement> hostInput() const;
|
| void setPositionFromPoint(const LayoutPoint&);
|
|
|
| private:
|
|
|