| 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 a18ef0e00a3b1a7c3b69397f0ee23ae27b8ec571..d362dc9953cc41f2527e7473cfada06eb6c45577 100644
|
| --- a/chrome/browser/resources/options2/advanced_options.js
|
| +++ b/chrome/browser/resources/options2/advanced_options.js
|
| @@ -291,7 +291,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;
|
|
|