Index: Source/core/html/HTMLInputElement.h |
diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h |
index 2f201d4900729abd445906062a6e4bbc82369c29..162a12531c003a6aa0d44ae4b00356cb92356700 100644 |
--- a/Source/core/html/HTMLInputElement.h |
+++ b/Source/core/html/HTMLInputElement.h |
@@ -394,7 +394,7 @@ private: |
// 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. |
- OwnPtr<HTMLImageLoader> m_imageLoader; |
+ OwnPtrWillBeMember<HTMLImageLoader> m_imageLoader; |
OwnPtrWillBeMember<ListAttributeTargetObserver> m_listAttributeTargetObserver; |
}; |