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:
bzbarsky%mit.edu 2005-11-02 07:43:02 +00:00
parent dfc83f367d
commit 3a913de773

View File

@ -940,10 +940,7 @@ txTransformNotifier::SignalTransformEnd(nsresult aResult)
}
if (NS_FAILED(aResult)) {
nsICSSLoader *cssLoader = doc->GetCSSLoader();
if (cssLoader) {
cssLoader->Stop();
}
doc->CSSLoader()->Stop();
}
}