Fixing orange. Bug 183348

This commit is contained in:
Boris Zbarsky 2008-09-09 16:16:21 -04:00
parent 4cc2ce122f
commit 57b680de9c

View File

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