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

Unified Diff: Source/core/svg/SVGAnimationElement.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/SVGAnimatedNumber.idl ('k') | Source/core/svg/SVGFEDropShadowElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAnimationElement.idl
diff --git a/Source/core/svg/SVGAnimationElement.idl b/Source/core/svg/SVGAnimationElement.idl
index 4b0d8c92287f30950279d9e598b729e334a9bd1d..4558aaeaac37a2d8ae1b6fd9d660c7776700b95d 100644
--- a/Source/core/svg/SVGAnimationElement.idl
+++ b/Source/core/svg/SVGAnimationElement.idl
@@ -26,9 +26,7 @@
// http://www.w3.org/TR/SVG2/animate.html#InterfaceSVGAnimationElement
-[
- TypeChecking=Unrestricted,
-] interface SVGAnimationElement : SVGElement {
+interface SVGAnimationElement : SVGElement {
readonly attribute SVGElement targetElement;
attribute EventHandler onbegin;
« no previous file with comments | « Source/core/svg/SVGAnimatedNumber.idl ('k') | Source/core/svg/SVGFEDropShadowElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698