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

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

Issue 429853002: IDL: Add build target for IDL dictionary impl generation in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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') | Source/core/testing/InternalDictionary.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/GarbageCollectedScriptWrappable.idl b/Source/core/testing/DictionaryTest.idl
similarity index 61%
copy from Source/core/testing/GarbageCollectedScriptWrappable.idl
copy to Source/core/testing/DictionaryTest.idl
index 0fd3bde6412d03694bd355dbf23cf278a2162ebe..d347e998c59022b23e74739e207801126b794ffc 100644
--- a/Source/core/testing/GarbageCollectedScriptWrappable.idl
+++ b/Source/core/testing/DictionaryTest.idl
@@ -4,6 +4,7 @@
[
GarbageCollected
-] interface GarbageCollectedScriptWrappable {
- [NotEnumerable] DOMString toString();
+] interface DictionaryTest {
+ void set(optional InternalDictionary testingDictionary);
+ InternalDictionary get();
};
« no previous file with comments | « Source/core/testing/DictionaryTest.cpp ('k') | Source/core/testing/InternalDictionary.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698