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..7c0d1951cee24cb677bcfbae8ec571d455829a9a 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 |