Index: third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl |
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl |
index 02f6953d223317297a39c3ef3079dd604c6b833a..5d738ab1683e7c47efca8b0aa85b213d56e002dc 100644 |
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl |
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl |
@@ -34,6 +34,8 @@ callback VoidCallbackFunction = void (); |
callback AnyCallbackFunctionOptionalAnyArg = any (optional any optionalAnyArg); |
[ExperimentalCallbackFunction] callback VoidExperimentalCallbackFunction = void (); |
[ExperimentalCallbackFunction] callback LongExperimentalCallbackFunction = long (long num1, long num2); |
+[ExperimentalCallbackFunction] callback StringSequenceCallbackFunctionSequenceLongArg = sequence<DOMString> (sequence<long> arg); |
peria
2016/09/23 03:04:45
nit: inconsistent name; StrSeq in return type and
bashi
2016/09/26 02:08:57
Done.
|
+ |
// No extended attributes on the interface; those go in TestInterface.idl |
interface TestObject { |
// Constants |