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