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

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

Issue 231143002: Iron out some kinks in SVG IDL files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add tests; Drop feMorphology change. Created 6 years, 8 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.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/SVGElementInstanceList.idl
diff --git a/Source/core/svg/SVGElementInstanceList.idl b/Source/core/svg/SVGElementInstanceList.idl
index d2bf4b319ca8eee3f59d80d7f967eee4ae19703f..3e042c248501a56bcbd198b618fc12755cb3f483 100644
--- a/Source/core/svg/SVGElementInstanceList.idl
+++ b/Source/core/svg/SVGElementInstanceList.idl
@@ -28,5 +28,5 @@
] interface SVGElementInstanceList {
readonly attribute unsigned long length;
- SVGElementInstance item([Default=Undefined] optional unsigned long index);
+ SVGElementInstance item(unsigned long index);
};
« no previous file with comments | « Source/core/svg/SVGAnimationElement.idl ('k') | Source/core/svg/SVGFEDropShadowElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698