Index: third_party/WebKit/Source/core/events/AnimationEvent.idl |
diff --git a/third_party/WebKit/Source/core/events/AnimationEvent.idl b/third_party/WebKit/Source/core/events/AnimationEvent.idl |
index 61865cd9938c04470d6e0fbb2e3aa3d55e80e697..3dd1979f2635be6b97ef146e512d0c19d05e89ea 100644 |
--- a/third_party/WebKit/Source/core/events/AnimationEvent.idl |
+++ b/third_party/WebKit/Source/core/events/AnimationEvent.idl |
@@ -28,8 +28,8 @@ |
[ |
Constructor(DOMString type, optional AnimationEventInit eventInitDict), |
] interface AnimationEvent : Event { |
- readonly attribute DOMString animationName; |
+ [Measure] readonly attribute DOMString animationName; |
// TODO(foolip): elapsedTime should be float. |
- readonly attribute double elapsedTime; |
+ [Measure] readonly attribute double elapsedTime; |
// TODO(foolip): readonly attribute DOMString pseudoElement; |
}; |