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

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

Issue 2810843002: bindings: Make the sequence conversion code more complaint with WebIDL. (Closed)
Patch Set: Created 3 years, 8 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 7970856aa94f55e122baed9133950b1256598eca..64c3c2c77f4fe6c15a5595e346231dc9ab70f656 100644
--- a/third_party/WebKit/Source/core/testing/Internals.idl
+++ b/third_party/WebKit/Source/core/testing/Internals.idl
@@ -324,6 +324,7 @@
DictionaryTest dictionaryTest();
RecordTest recordTest();
+ SequenceTest sequenceTest();
UnionTypesTest unionTypesTest();
CallbackFunctionTest callbackFunctionTest();
[RaisesException] void setScrollChain(ScrollState scrollState, sequence<Element> elements);

Powered by Google App Engine
This is Rietveld 408576698