| Index: Source/core/testing/UnionTypesTest.h
|
| diff --git a/Source/core/testing/UnionTypesTest.h b/Source/core/testing/UnionTypesTest.h
|
| index 0e4d51ef482e72468aa526f12cf91ea0bb91ab11..b83f34c974bc55d747c6ea1fd9f9da3bea59b2ac 100644
|
| --- a/Source/core/testing/UnionTypesTest.h
|
| +++ b/Source/core/testing/UnionTypesTest.h
|
| @@ -23,6 +23,7 @@ public:
|
| void setDoubleOrStringOrStringArrayAttribute(const DoubleOrStringOrStringArray&);
|
|
|
| String doubleOrStringArg(DoubleOrString&);
|
| + String doubleOrInternalEnumArg(DoubleOrInternalEnum&);
|
| String doubleOrStringArrayArg(Vector<DoubleOrString>&);
|
| String doubleOrStringSequenceArg(Vector<DoubleOrString>&);
|
|
|
|
|