| Index: chrome/browser/resources/options2/advanced_options.js
|
| diff --git a/chrome/browser/resources/options2/advanced_options.js b/chrome/browser/resources/options2/advanced_options.js
|
| index 3a8f904151cfde3c050d22da053e1c388e6455ee..deb7a230e3d8f9cd2cc2fb0a8c1836060f38e8b1 100644
|
| --- a/chrome/browser/resources/options2/advanced_options.js
|
| +++ b/chrome/browser/resources/options2/advanced_options.js
|
| @@ -279,7 +279,7 @@ cr.define('options', function() {
|
| if (!$('Custom')) {
|
| var option = new Option(localStrings.getString('fontSizeLabelCustom'),
|
| -1, false, true);
|
| - option.setAttribute("id", "Custom");
|
| + option.setAttribute('id', 'Custom');
|
| selectCtl.add(option);
|
| }
|
| $('Custom').selected = true;
|
|
|