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

Unified Diff: Source/core/svg/SVGAnimatedNumber.idl

Issue 974453002: Remove [TypeChecking=Unrestricted] use in core/svg/ (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/svg/SVGAngle.idl ('k') | Source/core/svg/SVGAnimationElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAnimatedNumber.idl
diff --git a/Source/core/svg/SVGAnimatedNumber.idl b/Source/core/svg/SVGAnimatedNumber.idl
index b35961c171ea3dae81ae90747032148656b88132..7f6842fdad09609763ab1bd18655735170319c08 100644
--- a/Source/core/svg/SVGAnimatedNumber.idl
+++ b/Source/core/svg/SVGAnimatedNumber.idl
@@ -28,7 +28,7 @@
MeasureAs=SVG1DOM,
RuntimeEnabled=SVG1DOM,
SetWrapperReferenceTo(SVGElement contextElement),
- TypeChecking=(Interface, Unrestricted),
+ TypeChecking=Interface,
WillBeGarbageCollected,
] interface SVGAnimatedNumber {
[RaisesException=Setter] attribute float baseVal;
« no previous file with comments | « Source/core/svg/SVGAngle.idl ('k') | Source/core/svg/SVGAnimationElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698