| Index: third_party/WebKit/Source/core/html/LinkStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/LinkStyle.cpp b/third_party/WebKit/Source/core/html/LinkStyle.cpp
|
| index d69eb9f7cb775fdd3726852df81df07344a031e7..a8f7bee317335351cd95202b37fd96a96bf5c17c 100644
|
| --- a/third_party/WebKit/Source/core/html/LinkStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/html/LinkStyle.cpp
|
| @@ -107,8 +107,8 @@ void LinkStyle::setCSSStyleSheet(
|
| }
|
| }
|
|
|
| - CSSParserContext parserContext(m_owner->document(), nullptr, baseURL,
|
| - charset);
|
| + CSSParserContext* parserContext =
|
| + CSSParserContext::create(m_owner->document(), baseURL, charset);
|
|
|
| DEFINE_STATIC_LOCAL(EnumerationHistogram, restoredCachedStyleSheetHistogram,
|
| ("Blink.RestoredCachedStyleSheet", 2));
|
|
|