Index: Source/core/dom/MessagePort.h |
diff --git a/Source/core/dom/MessagePort.h b/Source/core/dom/MessagePort.h |
index 8c4ab2a88c0558faa9fbad8f625dc7113569b70a..d51adf098e3d9603441f181f34c2a742f5942a53 100644 |
--- a/Source/core/dom/MessagePort.h |
+++ b/Source/core/dom/MessagePort.h |
@@ -74,6 +74,9 @@ public: |
void entangle(PassOwnPtr<blink::WebMessagePortChannel>); |
PassOwnPtr<blink::WebMessagePortChannel> disentangle(); |
+ static PassOwnPtr<blink::WebMessagePortChannelArray> toWebMessagePortChannelArray(PassOwnPtr<MessagePortChannelArray>); |
+ static PassOwnPtr<MessagePortArray> toMessagePortArray(ExecutionContext*, const blink::WebMessagePortChannelArray&); |
+ |
// Returns 0 if there is an exception, or if the passed-in array is 0/empty. |
static PassOwnPtr<MessagePortChannelArray> disentanglePorts(const MessagePortArray*, ExceptionState&); |