| 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 98583532de7d7c53461e5b70ffc52dcf972537ba..48a123be6190e5f985b221067fab74b695a08a58 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)
|
|
|