Index: Source/core/html/forms/ImageInputType.cpp |
diff --git a/Source/core/html/forms/ImageInputType.cpp b/Source/core/html/forms/ImageInputType.cpp |
index efa6605e2fc510dabdae223957f5302bac6f9640..dd6424d89ace247f246402cfdd70c9d8c975ebca 100644 |
--- a/Source/core/html/forms/ImageInputType.cpp |
+++ b/Source/core/html/forms/ImageInputType.cpp |
@@ -240,4 +240,9 @@ bool ImageInputType::hasLegalLinkAttribute(const QualifiedName& name) const |
return name == srcAttr || BaseButtonInputType::hasLegalLinkAttribute(name); |
} |
+const QualifiedName* ImageInputType::subResourceAttributeName() const |
+{ |
+ return &srcAttr; |
+} |
+ |
} // namespace WebCore |