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

Unified Diff: testing/TypeConversions.idl

Issue 12893011: Update idl files in third_party/WebCore (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 9 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
« css/FontLoader.idl ('K') | « testing/Internals.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/TypeConversions.idl
diff --git a/testing/TypeConversions.idl b/testing/TypeConversions.idl
index 367d1f7ec4842e41f6aaa310ab22a9bc501cf84f..b27b158d7633b3345616ee5bc7fe32c6ce55a2d7 100644
--- a/testing/TypeConversions.idl
+++ b/testing/TypeConversions.idl
@@ -28,8 +28,12 @@
ImplementationLacksVTable
] interface TypeConversions {
attribute long testLong;
+ attribute [EnforceRange] long testEnforceRangeLong;
attribute unsigned long testUnsignedLong;
+ attribute [EnforceRange] unsigned long testEnforceRangeUnsignedLong;
attribute long long testLongLong;
+ attribute [EnforceRange] long long testEnforceRangeLongLong;
attribute unsigned long long testUnsignedLongLong;
+ attribute [EnforceRange] unsigned long long testEnforceRangeUnsignedLongLong;
};
« css/FontLoader.idl ('K') | « testing/Internals.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698