| Index: third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
|
| index c89f2904467a8c50c04a217c051348e2dcf6c4ff..2f88a081318ee0abd5138ce55cab1347ced46401 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
|
| @@ -37,6 +37,7 @@ class MutableStylePropertySet;
|
|
|
| class CSSParserImpl {
|
| STACK_ALLOCATED();
|
| + WTF_MAKE_NONCOPYABLE(CSSParserImpl);
|
| public:
|
| CSSParserImpl(const CSSParserContext&, StyleSheetContents* = nullptr);
|
|
|
|
|