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

Unified Diff: Source/core/svg/SVGNumber.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/SVGMatrix.idl ('k') | Source/core/svg/SVGNumberList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGNumber.idl
diff --git a/Source/core/svg/SVGNumber.idl b/Source/core/svg/SVGNumber.idl
index 3081c1467c30204c08a58040ede8120ebc166e3b..a31edd72337a9bcf54d4e3c8ac8f2d1a8f1d4b54 100644
--- a/Source/core/svg/SVGNumber.idl
+++ b/Source/core/svg/SVGNumber.idl
@@ -21,8 +21,9 @@
*/
[
- ImplementedAs=SVGNumberTearOff
+ ImplementedAs=SVGNumberTearOff,
+ StrictTypeChecking,
] interface SVGNumber {
- [StrictTypeChecking, RaisesException=Setter] attribute float value;
+ [RaisesException=Setter] attribute float value;
};
« no previous file with comments | « Source/core/svg/SVGMatrix.idl ('k') | Source/core/svg/SVGNumberList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698