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

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

Issue 740453004: IDL: Basic dictionary inheritance support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « Source/core/testing/DictionaryTest.cpp ('k') | Source/core/testing/InternalDictionaryDerived.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/DictionaryTest.idl
diff --git a/Source/core/testing/DictionaryTest.idl b/Source/core/testing/DictionaryTest.idl
index d347e998c59022b23e74739e207801126b794ffc..d03a78decd48b3d8a8d32aad017974742a47f188 100644
--- a/Source/core/testing/DictionaryTest.idl
+++ b/Source/core/testing/DictionaryTest.idl
@@ -7,4 +7,7 @@
] interface DictionaryTest {
void set(optional InternalDictionary testingDictionary);
InternalDictionary get();
+
+ void setDerived(InternalDictionaryDerived derived);
+ InternalDictionaryDerived getDerived();
};
« no previous file with comments | « Source/core/testing/DictionaryTest.cpp ('k') | Source/core/testing/InternalDictionaryDerived.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698