summaryrefslogtreecommitdiffstats
path: root/dom/webidl/DocumentTimeline.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/DocumentTimeline.webidl')
-rw-r--r--dom/webidl/DocumentTimeline.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/webidl/DocumentTimeline.webidl b/dom/webidl/DocumentTimeline.webidl
index 916b1a491..f10e2b365 100644
--- a/dom/webidl/DocumentTimeline.webidl
+++ b/dom/webidl/DocumentTimeline.webidl
@@ -14,7 +14,7 @@ dictionary DocumentTimelineOptions {
DOMHighResTimeStamp originTime = 0;
};
-[Func="nsDocument::IsWebAnimationsEnabled",
+[Func="nsDocument::AreWebAnimationsTimelinesEnabled",
Constructor (optional DocumentTimelineOptions options)]
interface DocumentTimeline : AnimationTimeline {
};