mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Adding EndLoad call for the stylesheet when doing an XSLT transform. r=jag, sr=jst.
This commit is contained in:
parent
33e7b8edf6
commit
d301ad3dec
@ -88,6 +88,7 @@ nsXSLContentSink::DidBuildModel(PRInt32 aQualityLevel)
|
||||
nsresult rv;
|
||||
|
||||
mDocument->SetRootContent(mDocElement);
|
||||
mDocument->EndLoad();
|
||||
styleDoc = do_QueryInterface(mDocument, &rv);
|
||||
if (NS_SUCCEEDED(rv) && mXSLTransformMediator) {
|
||||
// Pass the style content model to the tranform mediator.
|
||||
|
Loading…
Reference in New Issue
Block a user