| 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 231d4de44ed8d2905b3569ca9fa89933cd22d38c..25ecd2aa1ae779366442e594503c622cbf7c1734 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| @@ -1720,6 +1720,14 @@ WebInspector.ThemeSupport.prototype = {
|
| },
|
|
|
| /**
|
| + * @return {string}
|
| + */
|
| + themeName: function()
|
| + {
|
| + return this._themeName;
|
| + },
|
| +
|
| + /**
|
| * @param {!Element} element
|
| */
|
| injectHighlightStyleSheets: function(element)
|
|
|