| Index: third_party/WebKit/Source/core/css/parser/CSSParserContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserContext.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserContext.cpp
|
| index 2ac03217889a6c9edbc54448c0a917224df6d00a..fe2b5ceac49dec5f3428bd52910211fa4e13bada 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserContext.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserContext.cpp
|
| @@ -127,6 +127,7 @@ bool CSSParserContext::operator==(const CSSParserContext& other) const {
|
| }
|
|
|
| const CSSParserContext* strictCSSParserContext() {
|
| + ALLOW_UNSAFE_SINGLETON()
|
| DEFINE_STATIC_LOCAL(CSSParserContext, strictContext,
|
| (CSSParserContext::create(HTMLStandardMode)));
|
| return &strictContext;
|
|
|