|
|
@@ -115,7 +115,7 @@ this.RulesMatcher = this.RulesMatcher || (() => {
|
|
|
const ruleInfo = { cssRule, mediaInfo, ruleIndex, sheetIndex, matchedSelectors: new Set(), style: new Map(), selectors, selectorsText };
|
|
|
selectors.forEach((selector, selectorIndex) => {
|
|
|
const selectorText = selectorsText[selectorIndex];
|
|
|
- const selectorInfo = { selector, selectorIndex, selectorText, ruleInfo };
|
|
|
+ const selectorInfo = { selector, selectorText, ruleInfo };
|
|
|
getMatchedElementsSelector(doc, selectorInfo, matchedElementsCache);
|
|
|
});
|
|
|
}
|