Index: chrome/browser/resources/options/autofill_options_list.js |
diff --git a/chrome/browser/resources/options/autofill_options_list.js b/chrome/browser/resources/options/autofill_options_list.js |
index c36c98a4df0a94d89c5e5bbc9c8f52961b3e1c5b..0be698d3e2a28554c6cf150991c479e3a788995d 100644 |
--- a/chrome/browser/resources/options/autofill_options_list.js |
+++ b/chrome/browser/resources/options/autofill_options_list.js |
@@ -94,7 +94,7 @@ cr.define('options.autofillOptions', function() { |
this.contentElement.appendChild(label); |
// The credit card icon. |
- var icon = this.ownerDocument.createElement('image'); |
+ var icon = this.ownerDocument.createElement('img'); |
icon.src = this.icon; |
icon.alt = this.description; |
this.contentElement.appendChild(icon); |