Index: Source/core/animation/ElementAnimation.idl |
diff --git a/Source/core/animation/ElementAnimation.idl b/Source/core/animation/ElementAnimation.idl |
index e191d950bc02e025aac90ab22382d9a37232258a..b42bf0bbeb5d03cc2e628b20264b3b7f6085bc19 100644 |
--- a/Source/core/animation/ElementAnimation.idl |
+++ b/Source/core/animation/ElementAnimation.idl |
@@ -28,6 +28,8 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-partial interface Element { |
- [RuntimeEnabled=WebAnimationsAPI] void animate(sequence<Dictionary> keyframes, optional double duration); |
-}; |
+[ |
+ RuntimeEnabled=WebAnimationsAPI, |
+] partial interface Element { |
+ void animate(sequence<Dictionary> keyframes, optional double duration); |
+}; |