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/core/testing/InternalDictionaryDerived.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
« no previous file with comments | « Source/core/testing/DictionaryTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/InternalDictionaryDerived.idl
diff --git a/Source/core/testing/InternalDictionaryDerived.idl b/Source/core/testing/InternalDictionaryDerived.idl
index 5d8da8694a175bc10cd4795897bb0c22e67f67ff..63ec5fdc7c306af957ef351b752bec8d8281e236 100644
--- a/Source/core/testing/InternalDictionaryDerived.idl
+++ b/Source/core/testing/InternalDictionaryDerived.idl
@@ -5,4 +5,5 @@
dictionary InternalDictionaryDerived : InternalDictionary {
DOMString derivedStringMember;
DOMString derivedStringMemberWithDefault = "derivedDefaultStringValue";
+ required boolean requiredBooleanMember;
};
« no previous file with comments | « Source/core/testing/DictionaryTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698