diff options
author | Moonchild <moonchild@palemoon.org> | 2021-01-14 17:43:44 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-01-14 17:43:44 +0000 |
commit | abc58d2ed0fd7739b31be78d6338ae79206ce879 (patch) | |
tree | b44936cf95aea75ecb8de43d17f46967929f7bfd /dom/webidl/CSSPseudoElement.webidl | |
parent | 931314ef61ce982ac4bae782c67477d48028fc56 (diff) | |
download | UXP-abc58d2ed0fd7739b31be78d6338ae79206ce879.tar UXP-abc58d2ed0fd7739b31be78d6338ae79206ce879.tar.gz UXP-abc58d2ed0fd7739b31be78d6338ae79206ce879.tar.lz UXP-abc58d2ed0fd7739b31be78d6338ae79206ce879.tar.xz UXP-abc58d2ed0fd7739b31be78d6338ae79206ce879.zip |
Issue #1689 - Part 4: Add a preference for {Document,Element}.getAnimations()
This is probably the last thing we will ship (if ever) since it needs the most
spec and implementation work for arbitrary use that is pretty far into a corner.
Diffstat (limited to 'dom/webidl/CSSPseudoElement.webidl')
-rw-r--r-- | dom/webidl/CSSPseudoElement.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/webidl/CSSPseudoElement.webidl b/dom/webidl/CSSPseudoElement.webidl index 96d191e3a..250bef03c 100644 --- a/dom/webidl/CSSPseudoElement.webidl +++ b/dom/webidl/CSSPseudoElement.webidl @@ -15,7 +15,7 @@ // this interface. // What we implement here is a minimal subset of the two definitions which we // ship behind a pref until the specification issues have been resolved. -[Func="nsDocument::IsWebAnimationsEnabled"] +[Func="nsDocument::IsWebAnimationsGetAnimationsEnabled"] interface CSSPseudoElement { readonly attribute DOMString type; readonly attribute Element parentElement; |