Index: Source/core/animation/EffectInput.h |
diff --git a/Source/core/animation/EffectInput.h b/Source/core/animation/EffectInput.h |
index 0d316f79a6ca4c9600e182b29f0af577b236242a..4a73e45be03a4aa94aa495491fa925dea5ca4525 100644 |
--- a/Source/core/animation/EffectInput.h |
+++ b/Source/core/animation/EffectInput.h |
@@ -13,10 +13,11 @@ namespace WebCore { |
class AnimationEffect; |
class Dictionary; |
class Element; |
+class ExceptionState; |
class EffectInput { |
public: |
- static PassRefPtrWillBeRawPtr<AnimationEffect> convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, bool unsafe = false); |
+ static PassRefPtrWillBeRawPtr<AnimationEffect> convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&, bool unsafe = false); |
}; |
} // namespace WebCore |