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

Unified Diff: Source/core/svg/SVGAnimatedInteger.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/SVGAnimatedEnumeration.idl ('k') | Source/core/svg/SVGAnimatedNumber.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAnimatedInteger.idl
diff --git a/Source/core/svg/SVGAnimatedInteger.idl b/Source/core/svg/SVGAnimatedInteger.idl
index 3c31681dc6cdf699fc407ecf1a0de72fe60b36b5..14287a37732510d5d1b0a9657dd07714ad2aef02 100644
--- a/Source/core/svg/SVGAnimatedInteger.idl
+++ b/Source/core/svg/SVGAnimatedInteger.idl
@@ -23,8 +23,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface SVGAnimatedInteger {
- [StrictTypeChecking, RaisesException=Setter] attribute long baseVal;
+[
+ StrictTypeChecking,
+] interface SVGAnimatedInteger {
+ [RaisesException=Setter] attribute long baseVal;
readonly attribute long animVal;
};
-
« no previous file with comments | « Source/core/svg/SVGAnimatedEnumeration.idl ('k') | Source/core/svg/SVGAnimatedNumber.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698