+2016-03-20 Gyuyoung Kim <gyuyoung.kim@webkit.org>
+
+ Reduce uses of PassRefPtr in WebCore/dom - 6
+ https://bugs.webkit.org/show_bug.cgi?id=155579
+
+ Reviewed by Darin Adler.
+
+ * dom/MessagePortChannel.h:
+ * dom/default/PlatformMessagePortChannel.cpp:
+ (WebCore::PlatformMessagePortChannel::EventData::EventData):
+ (WebCore::MessagePortChannel::createChannel):
+ (WebCore::MessagePortChannel::MessagePortChannel):
+ (WebCore::MessagePortChannel::postMessageToRemote):
+ (WebCore::PlatformMessagePortChannel::create):
+ (WebCore::PlatformMessagePortChannel::PlatformMessagePortChannel):
+ * dom/default/PlatformMessagePortChannel.h:
+ (WebCore::PlatformMessagePortChannel::EventData::message):
+
2016-03-20 Jinwoo Jeong <jw00.jeong@samsung.com>
The setter of binaryType attribute in WebSocket should raise the exception.