Commit 84e88452 authored by isherman@chromium.org's avatar isherman@chromium.org

[Autofill settings] Restore credit card icon images.

BUG=314532
TEST=chrome://settings/autofill shows card images next to credit card entries.
R=estade@chromium.org

Review URL: https://codereview.chromium.org/59173002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233159 0039d316-1c4b-4281-b951-d872f2087c98
parent c0222292
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment