| Index: third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.h b/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.h
|
| index f24f1f4044ea98ee4448ba35e87ccda4fcdd37a6..fe14ee682c265442a592fe794270f64a5bf87332 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.h
|
| +++ b/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.h
|
| @@ -83,7 +83,7 @@ private:
|
| HTMLInputElement* hostInput();
|
|
|
| RawPtrWillBeMember<PickerIndicatorOwner> m_pickerIndicatorOwner;
|
| - RefPtr<DateTimeChooser> m_chooser;
|
| + RefPtrWillBeMember<DateTimeChooser> m_chooser;
|
| };
|
|
|
| DEFINE_TYPE_CASTS(PickerIndicatorElement, Element, element, element->isPickerIndicatorElement(), element.isPickerIndicatorElement());
|
|
|