| 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 c2f9f38ced021ae3d29ab925b9c36d2231d61dc3..4cf1a42e4180b10baab5f0db27198becd72c08cb 100644
|
| --- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| @@ -199,7 +199,7 @@ void ProcessingInstruction::setCSSStyleSheet(const String& href, const KURL& bas
|
| }
|
|
|
| DCHECK(m_isCSS);
|
| - CSSParserContext parserContext(document(), 0, baseURL, charset);
|
| + CSSParserContext parserContext(document(), nullptr, baseURL, charset);
|
|
|
| StyleSheetContents* newSheet = StyleSheetContents::create(href, parserContext);
|
|
|
|
|