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