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