Index: Source/WebCore/inspector/front-end/StylesSidebarPane.js |
=================================================================== |
--- Source/WebCore/inspector/front-end/StylesSidebarPane.js (revision 139177) |
+++ Source/WebCore/inspector/front-end/StylesSidebarPane.js (working copy) |
@@ -985,6 +985,7 @@ |
{ |
if (this.styleRule.selectorText) |
this._selectorElement.textContent = this.styleRule.selectorText; |
+ this._markSelectorMatches(); |
if (full) { |
this.propertiesTreeOutline.removeChildren(); |
this.populated = false; |