| Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| index 4a5a451eb7d66e34797cf6316ac5c9adb78a9045..62c75376d7197f9a7fbd366c9bad1b4d1040bd1c 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -37,6 +37,7 @@ class StylePropertyShorthand;
|
| // Outputs: Vector of CSSProperties
|
|
|
| class CSSPropertyParser {
|
| + WTF_MAKE_NONCOPYABLE(CSSPropertyParser);
|
| STACK_ALLOCATED();
|
| public:
|
| static bool parseValue(CSSPropertyID, bool important,
|
|
|