| 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 9b462083694f1c3a7b0797f5c505f7162305af29..134f37d1916423799ef712724af0d7e92ae441c5 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| @@ -30,6 +30,7 @@
|
| */
|
|
|
| WebInspector.highlightedSearchResultClassName = "highlighted-search-result";
|
| +WebInspector.highlightedCurrentSearchResultClassName = "current-search-result";
|
|
|
| /**
|
| * @param {!Element} element
|
|
|