| Index: Source/core/xml/DocumentXSLT.cpp
|
| diff --git a/Source/core/xml/DocumentXSLT.cpp b/Source/core/xml/DocumentXSLT.cpp
|
| index facd39986a92665b2a3a5fd7c4dd44fa9c7d490c..42c04a07796829d65841fbc309c8acd73eec3cb8 100644
|
| --- a/Source/core/xml/DocumentXSLT.cpp
|
| +++ b/Source/core/xml/DocumentXSLT.cpp
|
| @@ -102,7 +102,7 @@ void DocumentXSLT::applyXSLTransform(Document& document, ProcessingInstruction*
|
| {
|
| ASSERT(!pi->isLoading());
|
| UseCounter::count(document, UseCounter::XSLProcessingInstruction);
|
| - RefPtrWillBeRawPtr<XSLTProcessor> processor = XSLTProcessor::create(document);
|
| + XSLTProcessor* processor = XSLTProcessor::create(document);
|
| processor->setXSLStyleSheet(toXSLStyleSheet(pi->sheet()));
|
| String resultMIMEType;
|
| String newSource;
|
|
|