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

Unified Diff: core/testing/TypeConversions.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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/testing/Internals.idl ('k') | core/workers/AbstractWorker.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/testing/TypeConversions.idl
diff --git a/core/testing/TypeConversions.idl b/core/testing/TypeConversions.idl
index b3996ab525edbd6c2fea565174a2babad0039608..1f3df0c12fbe75a1d8a8f9355b791f4d0aff3fba 100644
--- a/core/testing/TypeConversions.idl
+++ b/core/testing/TypeConversions.idl
@@ -34,4 +34,9 @@
[EnforceRange] attribute long long testEnforceRangeLongLong;
attribute unsigned long long testUnsignedLongLong;
[EnforceRange] attribute unsigned long long testEnforceRangeUnsignedLongLong;
+
+ attribute byte testByte;
+ [EnforceRange] attribute byte testEnforceRangeByte;
+ attribute octet testOctet;
+ [EnforceRange] attribute octet testEnforceRangeOctet;
};
« no previous file with comments | « core/testing/Internals.idl ('k') | core/workers/AbstractWorker.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698