Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h

Issue 1996883002: CSS: SelectorFilter is non-copyable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: additional classes Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698