Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1408)

Unified Diff: chrome/browser/resources/options/autofill_options_list.js

Issue 59173002: [Autofill settings] Restore credit card icon images. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698