| Index: Source/core/dom/MessagePort.cpp
|
| diff --git a/Source/core/dom/MessagePort.cpp b/Source/core/dom/MessagePort.cpp
|
| index 5ff78966227c2ff888b98841ed161684842a815b..9dc824a2afce011e5d326fefb95d50bb8daec657 100644
|
| --- a/Source/core/dom/MessagePort.cpp
|
| +++ b/Source/core/dom/MessagePort.cpp
|
| @@ -42,7 +42,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -PassRefPtr<MessagePort> MessagePort::create(ExecutionContext& executionContext)
|
| +PassRefPtrWillBeRawPtr<MessagePort> MessagePort::create(ExecutionContext& executionContext)
|
| {
|
| RefPtrWillBeRawPtr<MessagePort> port = adoptRefWillBeRefCountedGarbageCollected(new MessagePort(executionContext));
|
| port->suspendIfNeeded();
|
|
|