| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp
 | 
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp
 | 
| index 603fc98bd2b8bc669af3b91c8fd64cef8b971080..7420427adc186065c2fcab0d64833419a03137c9 100644
 | 
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp
 | 
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp
 | 
| @@ -62,7 +62,7 @@ static void V8TestInterfaceEventTargetConstructorCallback(const v8::FunctionCall
 | 
|          return;
 | 
|      }
 | 
|      Document& document = *toDocument(currentExecutionContext(info.GetIsolate()));
 | 
| -    RefPtrWillBeRawPtr<TestInterfaceEventTarget> impl = TestInterfaceEventTarget::createForJSConstructor(document);
 | 
| +    RawPtr<TestInterfaceEventTarget> impl = TestInterfaceEventTarget::createForJSConstructor(document);
 | 
|      v8::Local<v8::Object> wrapper = info.Holder();
 | 
|      wrapper = impl->associateWithWrapper(info.GetIsolate(), &V8TestInterfaceEventTargetConstructor::wrapperTypeInfo, wrapper);
 | 
|      v8SetReturnValue(info, wrapper);
 | 
| 
 |