| Index: third_party/WebKit/Source/core/dom/MessagePort.h
|
| diff --git a/third_party/WebKit/Source/core/dom/MessagePort.h b/third_party/WebKit/Source/core/dom/MessagePort.h
|
| index 43dfa0d9a9801cf3083afcf5605a2dc6cd01aec6..096a2163e8bdf9c8393ca00ba64d49e5b15acbdd 100644
|
| --- a/third_party/WebKit/Source/core/dom/MessagePort.h
|
| +++ b/third_party/WebKit/Source/core/dom/MessagePort.h
|
| @@ -79,9 +79,8 @@ class CORE_EXPORT MessagePort : public EventTargetWithInlineData,
|
| toWebMessagePortChannelArray(std::unique_ptr<MessagePortChannelArray>);
|
|
|
| // Returns an empty array if the passed array is empty.
|
| - static MessagePortArray* toMessagePortArray(
|
| - ExecutionContext*,
|
| - const WebMessagePortChannelArray&);
|
| + static MessagePortArray* toMessagePortArray(ExecutionContext*,
|
| + WebMessagePortChannelArray);
|
|
|
| // Returns nullptr if there is an exception, or if the passed-in array is
|
| // nullptr/empty.
|
|
|