summaryrefslogtreecommitdiffstats
path: root/dom/webidl/Animatable.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/Animatable.webidl')
-rw-r--r--dom/webidl/Animatable.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/webidl/Animatable.webidl b/dom/webidl/Animatable.webidl
index 4c1396c99..decc13960 100644
--- a/dom/webidl/Animatable.webidl
+++ b/dom/webidl/Animatable.webidl
@@ -23,6 +23,6 @@ interface Animatable {
[Func="nsDocument::IsElementAnimateEnabled", Throws]
Animation animate(object? keyframes,
optional UnrestrictedDoubleOrKeyframeAnimationOptions options);
- [Func="nsDocument::IsWebAnimationsEnabled"]
+ [Func="nsDocument::IsWebAnimationsGetAnimationsEnabled"]
sequence<Animation> getAnimations(optional AnimationFilter filter);
};