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

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

Issue 1192983003: CSS Custom Properties (Variables) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Post-merge Created 5 years, 3 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/CSSTokenizer.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSTokenizer.h b/third_party/WebKit/Source/core/css/parser/CSSTokenizer.h
index 443c42de74aeb1d20d78a3885f0d8fd8e2b9a9a0..0e5d46cc01dcd69a22a2e1eb185e79b475256671 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSTokenizer.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSTokenizer.h
@@ -21,7 +21,6 @@ struct CSSParserString;
class CSSParserTokenRange;
class CORE_EXPORT CSSTokenizer {
- WTF_MAKE_NONCOPYABLE(CSSTokenizer);
Timothy Loh 2015/09/30 02:09:28 The changes in here and the .cpp don't seem releva
WTF_MAKE_FAST_ALLOCATED(CSSTokenizer);
public:
class CORE_EXPORT Scope {
@@ -42,7 +41,6 @@ public:
friend class CSSTokenizer;
};
-
private:
CSSTokenizer(CSSTokenizerInputStream&, Scope&);

Powered by Google App Engine
This is Rietveld 408576698