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

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

Issue 1466563003: Make [TypeChecking=Interface] the default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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/Animation.idl
diff --git a/third_party/WebKit/Source/core/animation/Animation.idl b/third_party/WebKit/Source/core/animation/Animation.idl
index 76ef6bb57d49975fdc48c22c94dd6751e4faba7d..cd9f5e98b338d39cc524e92c858aba20efedbab4 100644
--- a/third_party/WebKit/Source/core/animation/Animation.idl
+++ b/third_party/WebKit/Source/core/animation/Animation.idl
@@ -37,7 +37,7 @@ enum AnimationPlayState { "idle", "pending", "running", "paused", "finished" };
NoInterfaceObject,
] interface Animation : EventTarget {
// TODO(dstockwell): Add timeline property.
- [RuntimeEnabled=WebAnimationsAPI] attribute AnimationEffectReadOnly? effect;
+ [RuntimeEnabled=WebAnimationsAPI, LegacyInterfaceTypeChecking] attribute AnimationEffectReadOnly? effect;
[Measure] attribute double? startTime;
[Measure] attribute double? currentTime;
[Measure] attribute double playbackRate;

Powered by Google App Engine
This is Rietveld 408576698