Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(624)

Unified Diff: third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl

Issue 2047293002: Code cleanup: Replace Element with Document in element.animate() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_killForceConversionsToAnimatableValues
Patch Set: Fix unit test crash. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 4e44a080116a2571f56f032dcc1db9bfff2ee7ca..9debc20fefae0f63c2f187c8852d04065a5a9fc1 100644
--- a/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
+++ b/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
@@ -17,5 +17,5 @@
// TODO(dstockwell): playbackRate has been removed from level 1.
attribute double playbackRate;
attribute DOMString direction;
- [RaisesException=Setter] attribute DOMString easing;
+ [SetterCallWith=ExecutionContext, RaisesException=Setter] attribute DOMString easing;
};

Powered by Google App Engine
This is Rietveld 408576698