Index: Source/core/css/StyleRuleKeyframe.h |
diff --git a/Source/core/css/StyleRuleKeyframe.h b/Source/core/css/StyleRuleKeyframe.h |
index 26ab7cf410ff83220b67926969188903136b0a4e..04dd56a3bd93197a9f39235e8420d539c570531c 100644 |
--- a/Source/core/css/StyleRuleKeyframe.h |
+++ b/Source/core/css/StyleRuleKeyframe.h |
@@ -9,7 +9,6 @@ |
namespace blink { |
-class CSSParserValueList; |
class MutableStylePropertySet; |
class StylePropertySet; |
@@ -35,8 +34,6 @@ public: |
DECLARE_TRACE_AFTER_DISPATCH(); |
- static PassOwnPtr<Vector<double>> createKeyList(CSSParserValueList*); |
- |
private: |
StyleRuleKeyframe(PassOwnPtr<Vector<double>>, PassRefPtrWillBeRawPtr<StylePropertySet>); |