mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 04:41:54 +00:00
Create CSSLoaders when the document object is created and deCOMify the getter.
Bug 290068, r=sicking, sr=peterv, a=brendan
This commit is contained in:
parent
dfc83f367d
commit
3a913de773
@ -940,10 +940,7 @@ txTransformNotifier::SignalTransformEnd(nsresult aResult)
|
||||
}
|
||||
|
||||
if (NS_FAILED(aResult)) {
|
||||
nsICSSLoader *cssLoader = doc->GetCSSLoader();
|
||||
if (cssLoader) {
|
||||
cssLoader->Stop();
|
||||
}
|
||||
doc->CSSLoader()->Stop();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user