| Index: third_party/WebKit/Source/core/css/parser/CSSParserMode.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserMode.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserMode.cpp
|
| index 78e69dd9d418bac78028b9eedb3c16e151e5e44e..8f99dfdf4320ce2dea32f27fe3ca1635493aebe8 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserMode.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserMode.cpp
|
| @@ -90,7 +90,7 @@ bool CSSParserContext::operator==(const CSSParserContext& other) const
|
|
|
| const CSSParserContext& strictCSSParserContext()
|
| {
|
| - DEFINE_STATIC_LOCAL(CSSParserContext, strictContext, (HTMLStandardMode, 0));
|
| + DEFINE_STATIC_LOCAL(CSSParserContext, strictContext, (HTMLStandardMode, nullptr));
|
| return strictContext;
|
| }
|
|
|
|
|