Chromium Code Reviews

Unified Diff: Source/core/svg/SVGSVGElement.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/svg/SVGRect.idl ('k') | Source/core/svg/SVGTransform.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGSVGElement.idl
diff --git a/Source/core/svg/SVGSVGElement.idl b/Source/core/svg/SVGSVGElement.idl
index d04846da125a75c73214df70c78040f0f8e57515..dbfe07df0f30105b1e294f924801d9a18bdbc564 100644
--- a/Source/core/svg/SVGSVGElement.idl
+++ b/Source/core/svg/SVGSVGElement.idl
@@ -22,7 +22,7 @@
// http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGSVGElement
[
- TypeChecking=(Interface, Unrestricted),
+ TypeChecking=Interface,
] interface SVGSVGElement : SVGGraphicsElement {
[RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength x;
« no previous file with comments | « Source/core/svg/SVGRect.idl ('k') | Source/core/svg/SVGTransform.idl » ('j') | no next file with comments »

Powered by Google App Engine