Index: Source/core/css/parser/CSSPropertyParser.cpp |
diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp |
index 46356995453c0de4b91b02e3fcf74b79a671f167..1dd7bbd45494498597bb75f82ff453a214d662bd 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.cpp |
+++ b/Source/core/css/parser/CSSPropertyParser.cpp |
@@ -2192,14 +2192,6 @@ bool CSSPropertyParser::parseContent(CSSPropertyID propId, bool important) |
} else |
return false; |
} else if (val->unit == CSSPrimitiveValue::CSS_IDENT) { |
- // open-quote |
- // close-quote |
- // no-open-quote |
- // no-close-quote |
- // inherit |
- // FIXME: These are not yet implemented (http://bugs.webkit.org/show_bug.cgi?id=6503). |
- // none |
- // normal |
switch (val->id) { |
case CSSValueOpenQuote: |
case CSSValueCloseQuote: |