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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.idl

Issue 2732093003: bindings: Add support for the record<K,V> WebIDL type. (Closed)
Patch Set: s/isolate->GetCurrentContext()/context/ Created 3 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: third_party/WebKit/Source/core/testing/Internals.idl
diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
index d2b8d82574c15265c2d9910e248e8ca637c7e2bb..20a7939d85e455438d0ad5bfca7307531a314b31 100644
--- a/third_party/WebKit/Source/core/testing/Internals.idl
+++ b/third_party/WebKit/Source/core/testing/Internals.idl
@@ -319,6 +319,7 @@
unsigned long canvasFontCacheMaxFonts();
DictionaryTest dictionaryTest();
+ RecordTest recordTest();
UnionTypesTest unionTypesTest();
CallbackFunctionTest callbackFunctionTest();
[RaisesException] void setScrollChain(ScrollState scrollState, sequence<Element> elements);
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.cpp ('k') | third_party/WebKit/Source/core/testing/RecordTest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698