☠☠ backed out by 1d84194ace35 ☠ ☠ | |
author | Mantaroh Yoshinaga <mantaroh@gmail.com> |
Mon, 27 Jun 2016 08:09:32 +0900 | |
changeset 342705 | 130a231c5acc3215ce8bf0eab22b57950e883d98 |
parent 342704 | 1ace442f61234f1e540ca0034c0d5e50910bcf6c |
child 342706 | 884243ce4287a380421095dc683a007a725e7cad |
push id | 6389 |
push user | raliiev@mozilla.com |
push date | Mon, 19 Sep 2016 13:38:22 +0000 |
treeherder | mozilla-beta@01d67bfe6c81 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | smaug |
bugs | 1267510 |
milestone | 50.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/dom/webidl/DocumentTimeline.webidl +++ b/dom/webidl/DocumentTimeline.webidl @@ -5,13 +5,12 @@ * * The origin of this IDL file is * https://w3c.github.io/web-animations/#documenttimeline * * Copyright © 2015 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C * liability, trademark and document use rules apply. */ -// Not yet implemented: -// [Constructor (DOMHighResTimeStamp originTime)] -[Func="nsDocument::IsWebAnimationsEnabled"] +[Func="nsDocument::IsWebAnimationsEnabled", + Constructor (DOMHighResTimeStamp originTime)] interface DocumentTimeline : AnimationTimeline { };