Index: Source/core/css/parser/BisonCSSParser-in.cpp |
diff --git a/Source/core/css/parser/BisonCSSParser-in.cpp b/Source/core/css/parser/BisonCSSParser-in.cpp |
index e99d51e91af6d09647575e2edf85e9685ad0fa6b..242b3b7cb4c5a6c0845cd15c549b88e56d3e5977 100644 |
--- a/Source/core/css/parser/BisonCSSParser-in.cpp |
+++ b/Source/core/css/parser/BisonCSSParser-in.cpp |
@@ -877,7 +877,6 @@ |
return true; |
} |
-// FIXME: Push this logic up into CSSParser |
PassRefPtrWillBeRawPtr<CSSValueList> BisonCSSParser::parseFontFaceValue(const AtomicString& string) |
{ |
if (string.isEmpty()) |
@@ -893,7 +892,6 @@ |
return toCSSValueList(dummyStyle->getPropertyCSSValue(CSSPropertyFontFamily).get()); |
} |
-// FIXME: Push this logic up into CSSParser |
PassRefPtrWillBeRawPtr<CSSValue> BisonCSSParser::parseAnimationTimingFunctionValue(const String& string) |
{ |
if (string.isEmpty()) |