| 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 8ad0dd5450c23922f37b4545c969bd964ec54c32..c0ecf644453e9675e9926946a2eee97dc144d133 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
|
|
|