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

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

Issue 479563003: IDL: Set dictionary default values in impl constructor (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/TestDictionary.cpp
diff --git a/Source/bindings/tests/results/TestDictionary.cpp b/Source/bindings/tests/results/TestDictionary.cpp
index 13c51b042e4778d2f046619612d11fada6a1ce3a..e4a15ed8adc5517a73ba5d5f32d07a480b49f5e3 100644
--- a/Source/bindings/tests/results/TestDictionary.cpp
+++ b/Source/bindings/tests/results/TestDictionary.cpp
@@ -12,6 +12,8 @@ namespace blink {
TestDictionary::TestDictionary()
{
+ setLongMember(1);
+ setStringOrNullMember(String("default string value"));
}
void TestDictionary::trace(Visitor* visitor)

Powered by Google App Engine
This is Rietveld 408576698