Forgot to address review comment. b=221531 r+sr=bzbarsky

This commit is contained in:
dbaron%dbaron.org 2003-10-14 21:06:58 +00:00
Родитель 7deaddae83
Коммит b37db7c94f
2 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -3860,9 +3860,9 @@ static PRBool SelectorMatchesTree(RuleProcessorData& aPrevData,
nsCSSSelector* selector = aSelector;
RuleProcessorData* prevdata = &aPrevData;
while (selector) { // check compound selectors
// For the appropriate content (whether parent or previous sibling)
// to check next, if we don't already have a RuleProcessorData
// for it, create one.
// If we don't already have a RuleProcessorData for the next
// appropriate content (whether parent or previous sibling), create
// one.
// for adjacent sibling combinators, the content to test against the
// selector is the previous sibling *element*

Просмотреть файл

@ -3860,9 +3860,9 @@ static PRBool SelectorMatchesTree(RuleProcessorData& aPrevData,
nsCSSSelector* selector = aSelector;
RuleProcessorData* prevdata = &aPrevData;
while (selector) { // check compound selectors
// For the appropriate content (whether parent or previous sibling)
// to check next, if we don't already have a RuleProcessorData
// for it, create one.
// If we don't already have a RuleProcessorData for the next
// appropriate content (whether parent or previous sibling), create
// one.
// for adjacent sibling combinators, the content to test against the
// selector is the previous sibling *element*