Index: Source/core/testing/UnionTypesTest.h |
diff --git a/Source/core/testing/UnionTypesTest.h b/Source/core/testing/UnionTypesTest.h |
index fb2b19ae07a16e711ecc57717d30f808789c37b5..9fbdb4ffdc249673228decca53c78535bb04eb33 100644 |
--- a/Source/core/testing/UnionTypesTest.h |
+++ b/Source/core/testing/UnionTypesTest.h |
@@ -23,6 +23,8 @@ public: |
void setDoubleOrStringAttribute(const DoubleOrString&); |
String doubleOrStringArg(DoubleOrString&); |
+ String doubleOrStringArrayArg(Vector<DoubleOrString>&); |
+ String doubleOrStringSequenceArg(Vector<DoubleOrString>&); |
void trace(Visitor*) { } |