Index: third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl |
diff --git a/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl b/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl |
index 5b0543f89b5f53d91abf1334e71739996e65d683..5f91c5a3b6aef798657988de00cce01eca13ef31 100644 |
--- a/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl |
+++ b/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl |
@@ -13,6 +13,6 @@ |
[RaisesException=Setter] attribute double iterationStart; |
[RaisesException=Setter] attribute unrestricted double iterations; |
[RaisesException=Setter] attribute (unrestricted double or DOMString) duration; |
- attribute DOMString direction; |
+ attribute PlaybackDirection direction; |
[RaisesException=Setter] attribute DOMString easing; |
}; |