Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js |
| index 415b2f163045c48bde79c36e159670fcdaf2b0db..8c373b03347fd3264d4c1be16a318143327cf2d9 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js |
| @@ -1665,7 +1665,7 @@ WebInspector.ThemeSupport.prototype = { |
| /** |
| * @param {string} id |
| - * @param {!CSSStyleSheet} styleSheet |
| + * @param {!StyleSheet} styleSheet |
|
lushnikov
2016/03/04 00:42:44
should remain CSSStyleSheet
kozy
2016/03/04 00:50:11
Done.
|
| * @return {string} |
| */ |
| _patchForTheme: function(id, styleSheet) |