| Index: Source/core/html/shadow/PickerIndicatorElement.h
|
| diff --git a/Source/core/html/shadow/PickerIndicatorElement.h b/Source/core/html/shadow/PickerIndicatorElement.h
|
| index 29aff6e82c4b575537dcd5e24e47c305c76eac88..3e899fe4b8509c424fb6a7a93f21d6658e9828b2 100644
|
| --- a/Source/core/html/shadow/PickerIndicatorElement.h
|
| +++ b/Source/core/html/shadow/PickerIndicatorElement.h
|
| @@ -53,7 +53,7 @@ public:
|
| virtual bool setupDateTimeChooserParameters(DateTimeChooserParameters&) = 0;
|
| };
|
|
|
| - static PassRefPtr<PickerIndicatorElement> create(Document*, PickerIndicatorOwner&);
|
| + static PassRefPtr<PickerIndicatorElement> create(Document&, PickerIndicatorOwner&);
|
| virtual ~PickerIndicatorElement();
|
| void openPopup();
|
| void closePopup();
|
| @@ -65,7 +65,7 @@ public:
|
| virtual void didEndChooser() OVERRIDE;
|
|
|
| private:
|
| - PickerIndicatorElement(Document*, PickerIndicatorOwner&);
|
| + PickerIndicatorElement(Document&, PickerIndicatorOwner&);
|
| virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
|
| virtual void defaultEventHandler(Event*) OVERRIDE;
|
| virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
|
|
|