Index: Source/core/testing/UnionTypesTest.h |
diff --git a/Source/core/testing/UnionTypesTest.h b/Source/core/testing/UnionTypesTest.h |
index 058ff3498188f514697ba44335ad8c945d2745ca..c91550471bffbed231839e78de52951d20513e92 100644 |
--- a/Source/core/testing/UnionTypesTest.h |
+++ b/Source/core/testing/UnionTypesTest.h |
@@ -24,8 +24,8 @@ public: |
String doubleOrStringArg(DoubleOrString&); |
String doubleOrInternalEnumArg(DoubleOrInternalEnum&); |
- String doubleOrStringArrayArg(Vector<DoubleOrString>&); |
- String doubleOrStringSequenceArg(Vector<DoubleOrString>&); |
+ String doubleOrStringArrayArg(HeapVector<DoubleOrString>&); |
+ String doubleOrStringSequenceArg(HeapVector<DoubleOrString>&); |
String nodeListOrElementArg(NodeListOrElement&); |
String nodeListOrElementOrNullArg(NodeListOrElement&); |