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

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl

Issue 2471393004: bindings: Use forward declarations for wrapper types in dictionary_impl (Closed)
Patch Set: Added copy operator Created 4 years, 1 month 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: third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl
index 5fce8e03fbea44b39039f5c0f436ad439a166e5c..58a244516785378651966ce62cb2a2870c6f8420 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl
@@ -17,6 +17,7 @@ dictionary TestDictionary {
DOMString[] stringArrayMember;
sequence<DOMString> stringSequenceMember = [];
sequence<TestInterface> testInterfaceSequenceMember = [];
+ sequence<TestObject> testObjectSequenceMember;
sequence<TestInterfaceGarbageCollected> testInterfaceGarbageCollectedSequenceMember = [];
TestEnum enumMember = "foo";
sequence<TestEnum> enumSequenceMember;

Powered by Google App Engine
This is Rietveld 408576698