| Index: third_party/polymer/v1_0/components-chromium/iron-iconset/iron-iconset-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/iron-iconset/iron-iconset-extracted.js b/third_party/polymer/v1_0/components-chromium/iron-iconset/iron-iconset-extracted.js
|
| index de3dbec52c8493c6a1522f769a49977a83bc4813..1a3cfddbc6f7f0838d07a7b01f268e5903cc0fee 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/iron-iconset/iron-iconset-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/iron-iconset/iron-iconset-extracted.js
|
| @@ -126,7 +126,6 @@
|
| * @param {String|Number} icon The name or index of the icon to apply.
|
| * @param {String} theme (optional) The name or index of the icon to apply.
|
| * @param {Number} scale (optional, defaults to 1) Icon scaling factor.
|
| - * @return {Element} The applied icon element.
|
| */
|
| applyIcon: function(element, icon, theme, scale) {
|
| this._validateIconMap();
|
|
|