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

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

Issue 146423002: Move [StrictTypeChecking] to interface (from members), where possible (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 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 | « Source/core/svg/SVGPreserveAspectRatio.idl ('k') | Source/core/svg/SVGSVGElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGRect.idl
diff --git a/Source/core/svg/SVGRect.idl b/Source/core/svg/SVGRect.idl
index cba278c338ac490ac64c8a3e373b6de8ed8369a5..3f1be983e03d0f29e6426d5063e6c4b9dde5fd0f 100644
--- a/Source/core/svg/SVGRect.idl
+++ b/Source/core/svg/SVGRect.idl
@@ -22,11 +22,11 @@
[
ImplementedAs=SVGRectTearOff,
- SetWrapperReferenceTo(SVGElement contextElement)
+ SetWrapperReferenceTo(SVGElement contextElement),
+ StrictTypeChecking,
] interface SVGRect {
- [StrictTypeChecking, RaisesException=Setter] attribute float x;
- [StrictTypeChecking, RaisesException=Setter] attribute float y;
- [StrictTypeChecking, RaisesException=Setter] attribute float width;
- [StrictTypeChecking, RaisesException=Setter] attribute float height;
+ [RaisesException=Setter] attribute float x;
+ [RaisesException=Setter] attribute float y;
+ [RaisesException=Setter] attribute float width;
+ [RaisesException=Setter] attribute float height;
};
-
« no previous file with comments | « Source/core/svg/SVGPreserveAspectRatio.idl ('k') | Source/core/svg/SVGSVGElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698