X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fplatform%2Fexported%2FWebRTCSessionDescriptionRequest.cpp;h=0f205320779efb04334ee37ab3d5865a7f82b838;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=e9481e00951994942198e633a20d17d6bdc67a0c;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/platform/exported/WebRTCSessionDescriptionRequest.cpp b/src/third_party/WebKit/Source/platform/exported/WebRTCSessionDescriptionRequest.cpp index e9481e0..0f20532 100644 --- a/src/third_party/WebKit/Source/platform/exported/WebRTCSessionDescriptionRequest.cpp +++ b/src/third_party/WebKit/Source/platform/exported/WebRTCSessionDescriptionRequest.cpp @@ -52,7 +52,7 @@ private: } // namespace -WebRTCSessionDescriptionRequest::WebRTCSessionDescriptionRequest(const PassRefPtr& constraints) +WebRTCSessionDescriptionRequest::WebRTCSessionDescriptionRequest(RTCSessionDescriptionRequest* constraints) : m_private(constraints) { }