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