| Index: Source/bindings/tests/results/core/UnionTypesCore.h | 
| diff --git a/Source/bindings/tests/results/core/UnionTypesCore.h b/Source/bindings/tests/results/core/UnionTypesCore.h | 
| index 6ece485d80978f7a3afa275ccaabeca0984c0784..ff81415d6658e8db8832793df19b09982b096e7d 100644 | 
| --- a/Source/bindings/tests/results/core/UnionTypesCore.h | 
| +++ b/Source/bindings/tests/results/core/UnionTypesCore.h | 
| @@ -327,8 +327,8 @@ public: | 
| bool isNull() const { return m_type == SpecificTypeNone; } | 
|  | 
| bool isTestInterfaceGarbageCollected() const { return m_type == SpecificTypeTestInterfaceGarbageCollected; } | 
| -    RawPtr<TestInterfaceGarbageCollected> getAsTestInterfaceGarbageCollected() const; | 
| -    void setTestInterfaceGarbageCollected(RawPtr<TestInterfaceGarbageCollected>); | 
| +    TestInterfaceGarbageCollected* getAsTestInterfaceGarbageCollected() const; | 
| +    void setTestInterfaceGarbageCollected(TestInterfaceGarbageCollected*); | 
|  | 
| bool isString() const { return m_type == SpecificTypeString; } | 
| String getAsString() const; | 
|  |