| Index: chrome/browser/resources/options/font_settings_ui.js
|
| diff --git a/chrome/browser/resources/options/font_settings_ui.js b/chrome/browser/resources/options/font_settings_ui.js
|
| index 4af8141b58d0d0875eccc9eab3d6affe68494c9f..8a0b7b6df384348ca964598101c8b354ca33a48e 100644
|
| --- a/chrome/browser/resources/options/font_settings_ui.js
|
| +++ b/chrome/browser/resources/options/font_settings_ui.js
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -11,12 +11,9 @@ cr.define('options', function() {
|
| var MinimumFontSizeSelect = cr.ui.define('select');
|
|
|
| MinimumFontSizeSelect.prototype = {
|
| - // Set up the prototype chain
|
| __proto__: HTMLSelectElement.prototype,
|
|
|
| - /**
|
| - * Initialization function for the cr.ui framework.
|
| - */
|
| + /** @inheritDoc */
|
| decorate: function() {
|
| var self = this;
|
|
|
|
|