| Index: Source/core/dom/MessagePort.h
|
| diff --git a/Source/core/dom/MessagePort.h b/Source/core/dom/MessagePort.h
|
| index d411c21872463c6d405f5cce3a73f9ee963fe6ae..8e7f8083906dc0fa05df0154fd486a15df2d17c6 100644
|
| --- a/Source/core/dom/MessagePort.h
|
| +++ b/Source/core/dom/MessagePort.h
|
| @@ -93,7 +93,7 @@ public:
|
| bool hasPendingActivity() const override;
|
| void stop() override { close(); }
|
|
|
| - void setOnmessage(PassRefPtr<EventListener> listener)
|
| + void setOnmessage(PassRefPtrWillBeRawPtr<EventListener> listener)
|
| {
|
| setAttributeEventListener(EventTypeNames::message, listener);
|
| start();
|
|
|