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

Unified Diff: Source/bindings/tests/idls/TestObject.idl

Issue 257783003: Basic support for unrestricted types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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
Index: Source/bindings/tests/idls/TestObject.idl
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
index 87f1171102767c56468639716c10fa94e8c0ba97..7ee2c2cb48b15d17f022c9358cf101ab5d4024f0 100644
--- a/Source/bindings/tests/idls/TestObject.idl
+++ b/Source/bindings/tests/idls/TestObject.idl
@@ -96,6 +96,8 @@ interface TestObject {
attribute long long longLongAttribute;
attribute octet octetAttribute;
attribute short shortAttribute;
+ attribute unrestricted double unrestrictedDoubleAttribute;
+ attribute unrestricted float unrestrictedFloatAttribute;
attribute unsigned long unsignedLongAttribute;
attribute unsigned long long unsignedLongLongAttribute;
attribute unsigned short unsignedShortAttribute;

Powered by Google App Engine
This is Rietveld 408576698