| Index: third_party/WebKit/Source/web/WebPepperSocketImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPepperSocketImpl.cpp b/third_party/WebKit/Source/web/WebPepperSocketImpl.cpp
|
| index aad6baeed674c7f8650ed1b748c3fec14422cdd4..c49cf0dd5a023cfd542089e74aa257c1e13c1eef 100644
|
| --- a/third_party/WebKit/Source/web/WebPepperSocketImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPepperSocketImpl.cpp
|
| @@ -53,7 +53,7 @@ WebPepperSocketImpl::WebPepperSocketImpl(const WebDocument& document, WebPepperS
|
| , m_bufferedAmount(0)
|
| , m_bufferedAmountAfterClose(0)
|
| {
|
| - RefPtrWillBeRawPtr<Document> coreDocument = PassRefPtrWillBeRawPtr<Document>(document);
|
| + RawPtr<Document> coreDocument = RawPtr<Document>(document);
|
| m_private = DocumentWebSocketChannel::create(coreDocument.get(), m_channelProxy.get());
|
| }
|
|
|
|
|