Index: Source/bindings/tests/results/core/V8TestObject.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestObject.cpp b/Source/bindings/tests/results/core/V8TestObject.cpp |
index 0c748c11e692ac5807a1715bf1be5e28f083d233..1ba70b3106c1b7a8be5a1e088759964b962f635a 100644 |
--- a/Source/bindings/tests/results/core/V8TestObject.cpp |
+++ b/Source/bindings/tests/results/core/V8TestObject.cpp |
@@ -6777,7 +6777,7 @@ static void voidMethodXPathNSResolverArgMethod(const v8::FunctionCallbackInfo<v8 |
return; |
} |
TestObject* impl = V8TestObject::toImpl(info.Holder()); |
- RefPtrWillBeRawPtr<XPathNSResolver> xPathNSResolverArg; |
+ RawPtr<XPathNSResolver> xPathNSResolverArg; |
{ |
xPathNSResolverArg = toXPathNSResolver(info.GetIsolate(), info[0]); |
} |