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

Unified Diff: Source/bindings/tests/results/core/TestDictionary.cpp

Issue 860353002: IDL: Add toRestricted{Float,Double}() helpers to V8Binding.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/results/core/TestDictionary.cpp
diff --git a/Source/bindings/tests/results/core/TestDictionary.cpp b/Source/bindings/tests/results/core/TestDictionary.cpp
index 73f3259a3bfa49baf559b7c512efb5b7d945aa22..e43e114af8fa4513939754d10d0a25de459ad927 100644
--- a/Source/bindings/tests/results/core/TestDictionary.cpp
+++ b/Source/bindings/tests/results/core/TestDictionary.cpp
@@ -15,6 +15,7 @@ TestDictionary::TestDictionary()
setEnumMember(String("foo"));
setLongMember(1);
setStringOrNullMember(String("default string value"));
+ setUnrestrictedDoubleMember(3.14);
}
void TestDictionary::trace(Visitor* visitor)

Powered by Google App Engine
This is Rietveld 408576698