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&); |