Index: third_party/WebKit/Source/bindings/modules/v8/V8ServiceWorkerMessageEventInternal.h |
diff --git a/third_party/WebKit/Source/bindings/modules/v8/V8ServiceWorkerMessageEventInternal.h b/third_party/WebKit/Source/bindings/modules/v8/V8ServiceWorkerMessageEventInternal.h |
index eed117a19d4ec2ebb0f9b26c10a37bcbdb5f1fe8..cacc45401308cb0e36a79cce61a5f6698dd2dae3 100644 |
--- a/third_party/WebKit/Source/bindings/modules/v8/V8ServiceWorkerMessageEventInternal.h |
+++ b/third_party/WebKit/Source/bindings/modules/v8/V8ServiceWorkerMessageEventInternal.h |
@@ -46,7 +46,7 @@ void V8ServiceWorkerMessageEventInternal::constructorCustom(const v8::FunctionCa |
return; |
} |
- RefPtrWillBeRawPtr<EventType> impl = EventType::create(type, eventInitDict); |
+ RawPtr<EventType> impl = EventType::create(type, eventInitDict); |
v8::Local<v8::Object> wrapper = info.Holder(); |
wrapper = impl->associateWithWrapper(info.GetIsolate(), &V8TypeOf<EventType>::Type::wrapperTypeInfo, wrapper); |