Index: Source/core/animation/ElementAnimation.idl |
diff --git a/Source/core/animation/ElementAnimation.idl b/Source/core/animation/ElementAnimation.idl |
index 8bbbce7e0e2c61ee3bc645135dd6d9d3626779a3..4d7efd81c01f11ccc5002449b43093703a8b041b 100644 |
--- a/Source/core/animation/ElementAnimation.idl |
+++ b/Source/core/animation/ElementAnimation.idl |
@@ -28,8 +28,6 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- RuntimeEnabled=WebAnimationsAPI, |
-] partial interface Element { |
- Animation animate(sequence<Dictionary> keyframes, optional double duration); |
+partial interface Element { |
+ [Custom, RuntimeEnabled=WebAnimationsAPI] Animation animate(sequence<Dictionary> keyframes, optional any timingInput); |
}; |