Fixing orange. Bug 183348

This commit is contained in:
Boris Zbarsky 2008-09-09 16:16:21 -04:00
parent 9ad6fb799c
commit e8ffa77fe0

View File

@ -1299,7 +1299,7 @@ nsCSSStyleSheet::AppendStyleSheet(nsICSSStyleSheet* aSheet)
while (*tail) { while (*tail) {
tail = &(*tail)->mNext; tail = &(*tail)->mNext;
} }
*tail - sheet; *tail = sheet;
// This is not reference counted. Our parent tells us when // This is not reference counted. Our parent tells us when
// it's going away. // it's going away.