| Index: Source/core/testing/UnionTypesTest.h
|
| diff --git a/Source/core/testing/UnionTypesTest.h b/Source/core/testing/UnionTypesTest.h
|
| index 9fbdb4ffdc249673228decca53c78535bb04eb33..7d3669c49c54494c44ff11138af91750ce989666 100644
|
| --- a/Source/core/testing/UnionTypesTest.h
|
| +++ b/Source/core/testing/UnionTypesTest.h
|
| @@ -26,6 +26,9 @@ public:
|
| String doubleOrStringArrayArg(Vector<DoubleOrString>&);
|
| String doubleOrStringSequenceArg(Vector<DoubleOrString>&);
|
|
|
| + String nodeListOrElementArg(NodeListOrElement&);
|
| + String nodeListOrElementOrNullArg(NodeListOrElement&);
|
| +
|
| void trace(Visitor*) { }
|
|
|
| private:
|
|
|