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

Unified Diff: core/svg/SVGNumber.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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 | « core/svg/SVGMissingGlyphElement.idl ('k') | core/svg/SVGNumberList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGNumber.idl
diff --git a/core/svg/SVGNumber.idl b/core/svg/SVGNumber.idl
index adf8dc666ac17328767489f47556e9ac41200388..aa7ce79724471b73ca238b0175053d185b9a27be 100644
--- a/core/svg/SVGNumber.idl
+++ b/core/svg/SVGNumber.idl
@@ -20,13 +20,14 @@
* Boston, MA 02110-1301, USA.
*/
+// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGNumber
+
+// TODO(philipj): SVGNumber should have constructors. crbug.com/366541
[
ImplementedAs=SVGNumberTearOff,
SetWrapperReferenceTo(SVGElement contextElement),
TypeChecking=Interface,
+ WillBeGarbageCollected,
] interface SVGNumber {
- // FIXMEDART: this attribute probably does not need to be DartCustom
- // anymore.
- [RaisesException=Setter, DartCustom] attribute float value;
+ [RaisesException=Setter] attribute float value;
};
-
« no previous file with comments | « core/svg/SVGMissingGlyphElement.idl ('k') | core/svg/SVGNumberList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698