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

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
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();
};

Powered by Google App Engine
This is Rietveld 408576698