| Index: sky/engine/core/animation/AnimationNode.idl
|
| diff --git a/sky/engine/core/animation/AnimationNode.idl b/sky/engine/core/animation/AnimationNode.idl
|
| index e9313131cde64c03b2587d0aa7feb1009a26e8c0..3fe4ea269e95deb85fd606e09a1349b9f878083a 100644
|
| --- a/sky/engine/core/animation/AnimationNode.idl
|
| +++ b/sky/engine/core/animation/AnimationNode.idl
|
| @@ -28,9 +28,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - RuntimeEnabled=WebAnimationsAPI,
|
| -] interface AnimationNode {
|
| +interface AnimationNode {
|
| // Playback state
|
| readonly attribute double? localTime;
|
| readonly attribute unsigned long? currentIteration;
|
|
|