mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fixing orange. Bug 183348
This commit is contained in:
parent
9ad6fb799c
commit
e8ffa77fe0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user