Index: Source/core/animation/EffectInput.h |
diff --git a/Source/core/animation/EffectInput.h b/Source/core/animation/EffectInput.h |
index 77b21fb907bd33334bfdf1d86f78bbf385ecd0ad..df4a3273c0a538f08947d1de016f9a48ed73c057 100644 |
--- a/Source/core/animation/EffectInput.h |
+++ b/Source/core/animation/EffectInput.h |
@@ -13,7 +13,7 @@ |
namespace blink { |
class EffectModel; |
-class EffectModelOrDictionarySequence; |
+class EffectModelOrDictionarySequenceOrDictionary; |
class Dictionary; |
class Element; |
class ExceptionState; |
@@ -22,7 +22,7 @@ class CORE_EXPORT EffectInput { |
STATIC_ONLY(EffectInput); |
public: |
static EffectModel* convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&); |
- static EffectModel* convert(Element*, const EffectModelOrDictionarySequence&, ExceptionState&); |
+ static EffectModel* convert(Element*, const EffectModelOrDictionarySequenceOrDictionary&, ExceptionState&); |
}; |
} // namespace blink |