| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index d9973c2d86cf2b4bc9b8693edb4855524db8a4b0..c630961dc5dee68c42f1f2b74632c723b2f9b30d 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -4420,7 +4420,7 @@ void Document::applyXSLTransform(ProcessingInstruction* pi)
|
| {
|
| ASSERT(!pi->isLoading());
|
| UseCounter::count(*this, UseCounter::XSLProcessingInstruction);
|
| - RefPtrWillBeRawPtr<XSLTProcessor> processor = XSLTProcessor::create(*this);
|
| + XSLTProcessor* processor = XSLTProcessor::create(*this);
|
| processor->setXSLStyleSheet(toXSLStyleSheet(pi->sheet()));
|
| String resultMIMEType;
|
| String newSource;
|
|
|