зеркало из https://github.com/mozilla/pjs.git
Making this file compile on Mac. Not part of default build.
This commit is contained in:
Родитель
0982f6830b
Коммит
d09c310f89
|
@ -268,9 +268,9 @@ inCSSValueSearch::SearchStyleSheet(nsIStyleSheet* aStyleSheet)
|
||||||
nsCOMPtr<nsICSSStyleSheet> cssSheet = do_QueryInterface(aStyleSheet);
|
nsCOMPtr<nsICSSStyleSheet> cssSheet = do_QueryInterface(aStyleSheet);
|
||||||
if (cssSheet) {
|
if (cssSheet) {
|
||||||
// recurse downward through the stylesheet tree
|
// recurse downward through the stylesheet tree
|
||||||
PRInt32 count;
|
PRInt32 count, i;
|
||||||
cssSheet->StyleSheetCount(count);
|
cssSheet->StyleSheetCount(count);
|
||||||
for (PRInt32 i = 0; i < count; i++) {
|
for (i = 0; i < count; i++) {
|
||||||
nsICSSStyleSheet* child;
|
nsICSSStyleSheet* child;
|
||||||
cssSheet->GetStyleSheetAt(i, child);
|
cssSheet->GetStyleSheetAt(i, child);
|
||||||
SearchStyleSheet(child);
|
SearchStyleSheet(child);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче