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

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

Issue 931583003: Add TypeChecking=Unrestricted to SVGElements where applicable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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/SVGAnimationElement.cpp ('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 deb09d772172dd7ae6266e9246d9579b958d1105..4b0d8c92287f30950279d9e598b729e334a9bd1d 100644
--- a/Source/core/svg/SVGAnimationElement.idl
+++ b/Source/core/svg/SVGAnimationElement.idl
@@ -26,7 +26,9 @@
// http://www.w3.org/TR/SVG2/animate.html#InterfaceSVGAnimationElement
-interface SVGAnimationElement : SVGElement {
+[
+ TypeChecking=Unrestricted,
+] interface SVGAnimationElement : SVGElement {
readonly attribute SVGElement targetElement;
attribute EventHandler onbegin;
@@ -41,7 +43,6 @@ interface SVGAnimationElement : SVGElement {
void beginElementAt(float offset);
void endElement();
void endElementAt(float offset);
-
};
SVGAnimationElement implements SVGTests;
« no previous file with comments | « Source/core/svg/SVGAnimationElement.cpp ('k') | Source/core/svg/SVGFEDropShadowElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698