| Index: third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| index fd53c61044953352e53fd52df916992e3147b486..c41eaf7d20185049564e65983285787c141346ab 100644
|
| --- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| @@ -165,7 +165,7 @@ void ProcessingInstruction::process(const String& href, const String& charset)
|
|
|
| String url = document().completeURL(href).string();
|
|
|
| - ResourcePtr<StyleSheetResource> resource;
|
| + RefPtrWillBeRawPtr<StyleSheetResource> resource = nullptr;
|
| FetchRequest request(ResourceRequest(document().completeURL(href)), FetchInitiatorTypeNames::processinginstruction);
|
| if (m_isXSL) {
|
| if (RuntimeEnabledFeatures::xsltEnabled())
|
|
|