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

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

Issue 1057453002: bindings: Throw TypeError when required dictionary member is undefined (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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/TestDictionaryDerived.idl
diff --git a/Source/bindings/tests/idls/core/TestDictionaryDerived.idl b/Source/bindings/tests/idls/core/TestDictionaryDerived.idl
index 8e1bc810bcecb75f3a2a22e940fab2ef1dbb716f..9c9982cb902c57d105bfe7b0121fff4701d906b4 100644
--- a/Source/bindings/tests/idls/core/TestDictionaryDerived.idl
+++ b/Source/bindings/tests/idls/core/TestDictionaryDerived.idl
@@ -7,4 +7,5 @@
] dictionary TestDictionaryDerived : TestDictionary {
DOMString derivedStringMember;
DOMString derivedStringMemberWithDefault = "default string value";
+ required long requiredLongMember;
};
« no previous file with comments | « Source/bindings/templates/dictionary_v8.cpp ('k') | Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698