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

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

Issue 860353002: IDL: Add toRestricted{Float,Double}() helpers to V8Binding.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add FIXME comment Created 5 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
Index: Source/bindings/tests/idls/core/TestObject.idl
diff --git a/Source/bindings/tests/idls/core/TestObject.idl b/Source/bindings/tests/idls/core/TestObject.idl
index cbccba930c10090a9e6cd026967fa8f5fd349e29..eb68f23e2db0c03fbc0aa950a63deb84241724a3 100644
--- a/Source/bindings/tests/idls/core/TestObject.idl
+++ b/Source/bindings/tests/idls/core/TestObject.idl
@@ -161,6 +161,7 @@ interface TestObject {
attribute (double? or DOMString) doubleOrNullStringAttribute;
attribute (DOMString or sequence<DOMString>) stringOrStringSequenceAttribute;
attribute (TestEnum or double) testEnumOrDoubleAttribute;
+ attribute (unrestricted double or DOMString) unrestrictedDoubleOrStringAttribute;
// Extended attributes
[LogActivity, LogAllWorlds] attribute long activityLoggingAccessForAllWorldsLongAttribute;

Powered by Google App Engine
This is Rietveld 408576698