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

Unified Diff: Source/core/testing/DictionaryTest.h

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/core/testing/DictionaryTest.h
diff --git a/Source/core/testing/DictionaryTest.h b/Source/core/testing/DictionaryTest.h
index 722bb8f68058e8bb08b0db45a4921c1de1343310..8708522d5bf6405479b31a0d36e326c3d1e6f798 100644
--- a/Source/core/testing/DictionaryTest.h
+++ b/Source/core/testing/DictionaryTest.h
@@ -73,6 +73,7 @@ private:
RefPtrWillBeMember<EventTarget> m_eventTargetOrNullMember;
String m_derivedStringMember;
String m_derivedStringMemberWithDefault;
+ bool m_requiredBooleanMember;
};
} // namespace blink
« no previous file with comments | « Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp ('k') | Source/core/testing/DictionaryTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698