Index: third_party/WebKit/Source/core/css/parser/CSSParserMode.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserMode.h b/third_party/WebKit/Source/core/css/parser/CSSParserMode.h |
index 8b74021dfe26b64338a1236453c6ba442b1ce203..476f62f40d633947006229f44626651e821ddec4 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserMode.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserMode.h |
@@ -102,7 +102,6 @@ public: |
const String& charset() const { return m_charset; } |
const Referrer& referrer() const { return m_referrer; } |
bool isHTMLDocument() const { return m_isHTMLDocument; } |
- |
// This quirk is to maintain compatibility with Android apps built on |
// the Android SDK prior to and including version 18. Presumably, this |
// can be removed any time after 2015. See http://crbug.com/277157. |