Index: third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
index 49cacf9af360f7bfd48001671085b6633139b863..695760b439c929c02444102820cf5124f89413a5 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
@@ -147,6 +147,11 @@ DEFINE_TRACE(HTMLInputElement) |
HTMLTextFormControlElement::trace(visitor); |
} |
+HTMLImageLoader* HTMLInputElement::imageLoader() const |
+{ |
+ return m_imageLoader.get(); |
+} |
+ |
HTMLImageLoader& HTMLInputElement::ensureImageLoader() |
{ |
if (!m_imageLoader) |