| Index: Source/core/html/HTMLInputElement.h
|
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
|
| index 269c9022ae66f9c62042205f0e331397803b0ae7..bff3953b63276c6f941db5b7cddbf0a1e9d47b57 100644
|
| --- a/Source/core/html/HTMLInputElement.h
|
| +++ b/Source/core/html/HTMLInputElement.h
|
| @@ -401,7 +401,7 @@ private:
|
| bool m_wasModifiedByUser : 1;
|
| bool m_canReceiveDroppedFiles : 1;
|
| bool m_hasTouchEventHandler : 1;
|
| - OwnPtr<InputType> m_inputType;
|
| + RefPtr<InputType> m_inputType;
|
| // The ImageLoader must be owned by this element because the loader code assumes
|
| // that it lives as long as its owning element lives. If we move the loader into
|
| // the ImageInput object we may delete the loader while this element lives on.
|
|
|