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

Unified Diff: Source/core/animation/AnimationTimingProperties.idl

Issue 973503002: Remove [TypeChecking=Unrestricted] use in Source/core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « Source/core/animation/AnimationTimeline.idl ('k') | Source/core/animation/ComputedTimingProperties.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimationTimingProperties.idl
diff --git a/Source/core/animation/AnimationTimingProperties.idl b/Source/core/animation/AnimationTimingProperties.idl
index 864e6f8e8517d83927519e2fb9489cfabc766b72..8bcf13bd52e3f33e511a2f9355c236bab65cad18 100644
--- a/Source/core/animation/AnimationTimingProperties.idl
+++ b/Source/core/animation/AnimationTimingProperties.idl
@@ -2,9 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-[
- TypeChecking=Unrestricted,
-] dictionary AnimationTimingProperties {
+dictionary AnimationTimingProperties {
double delay = 0;
double endDelay = 0;
DOMString fill = "auto";
« no previous file with comments | « Source/core/animation/AnimationTimeline.idl ('k') | Source/core/animation/ComputedTimingProperties.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698