| Index: Source/core/dom/MessagePort.h
|
| diff --git a/Source/core/dom/MessagePort.h b/Source/core/dom/MessagePort.h
|
| index cbec8fdb11c4a39d7020c0baa574e24296e8fa28..648f574979ad82604683fd83065beb61c631aa4e 100644
|
| --- a/Source/core/dom/MessagePort.h
|
| +++ b/Source/core/dom/MessagePort.h
|
| @@ -64,7 +64,7 @@ class MessagePort FINAL : public RefCountedWillBeRefCountedGarbageCollected<Mess
|
| REFCOUNTED_EVENT_TARGET(MessagePort);
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MessagePort);
|
| public:
|
| - static PassRefPtr<MessagePort> create(ExecutionContext&);
|
| + static PassRefPtrWillBeRawPtr<MessagePort> create(ExecutionContext&);
|
| virtual ~MessagePort();
|
|
|
| void postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionState&);
|
|
|