Index: Source/core/animation/EffectInput.h |
diff --git a/Source/core/animation/EffectInput.h b/Source/core/animation/EffectInput.h |
index 634a4583416cc059fa6396e2d83c1c98eebaa3ae..dcbe57ef3791c685320d7ff4d6d5e6eb4f48bcfb 100644 |
--- a/Source/core/animation/EffectInput.h |
+++ b/Source/core/animation/EffectInput.h |
@@ -19,8 +19,8 @@ class ExceptionState; |
class CORE_EXPORT EffectInput { |
public: |
- static PassRefPtrWillBeRawPtr<AnimationEffect> convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&); |
- static PassRefPtrWillBeRawPtr<AnimationEffect> convert(Element*, const AnimationEffectOrDictionarySequence&, ExceptionState&); |
+ static AnimationEffect* convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&); |
+ static AnimationEffect* convert(Element*, const AnimationEffectOrDictionarySequence&, ExceptionState&); |
}; |
} // namespace blink |