Index: Source/core/html/shadow/PickerIndicatorElement.h |
diff --git a/Source/core/html/shadow/PickerIndicatorElement.h b/Source/core/html/shadow/PickerIndicatorElement.h |
index 4e6cb1879562e5e5913e59198adccee2b1f797ac..653106870e3aa96b3356ab84e4caaaa723348cd7 100644 |
--- a/Source/core/html/shadow/PickerIndicatorElement.h |
+++ b/Source/core/html/shadow/PickerIndicatorElement.h |
@@ -71,7 +71,7 @@ private: |
virtual void defaultEventHandler(Event*) OVERRIDE; |
virtual void detach() OVERRIDE; |
- HTMLInputElement* hostInput(); |
+ Result<HTMLInputElement> hostInput(); |
PickerIndicatorOwner* m_pickerIndicatorOwner; |
RefPtr<DateTimeChooser> m_chooser; |