| Index: Source/core/xml/parser/XMLDocumentParser.cpp
|
| diff --git a/Source/core/xml/parser/XMLDocumentParser.cpp b/Source/core/xml/parser/XMLDocumentParser.cpp
|
| index 0679e2bee99a2dc6c326b3d00140ead3c964494b..08aee79f4495632cdd99aa99810c284e9edfed03 100644
|
| --- a/Source/core/xml/parser/XMLDocumentParser.cpp
|
| +++ b/Source/core/xml/parser/XMLDocumentParser.cpp
|
| @@ -419,7 +419,7 @@ void XMLDocumentParser::end()
|
| insertErrorMessageBlock();
|
| else {
|
| exitText();
|
| - document()->styleResolverChanged(RecalcStyleDeferred);
|
| + document()->styleResolverChanged();
|
| }
|
|
|
| if (isParsing())
|
| @@ -1443,7 +1443,7 @@ void XMLDocumentParser::doEnd()
|
| document()->setTransformSource(adoptPtr(new TransformSource(doc)));
|
|
|
| document()->setParsing(false); // Make the document think it's done, so it will apply XSL stylesheets.
|
| - document()->styleResolverChanged(RecalcStyleDeferred);
|
| + document()->styleResolverChanged();
|
|
|
| // styleResolverChanged() call can detach the parser and null out its document.
|
| // In that case, we just bail out.
|
|
|