Index: third_party/WebKit/Source/web/WebPepperSocketChannelClientProxy.h |
diff --git a/third_party/WebKit/Source/web/WebPepperSocketChannelClientProxy.h b/third_party/WebKit/Source/web/WebPepperSocketChannelClientProxy.h |
index 07c9f6afd8f78f496c8ebb6cd0f65cd3a6b0fd86..0c35cbe059506d1f38d0f6b2715d4d59cdecf54d 100644 |
--- a/third_party/WebKit/Source/web/WebPepperSocketChannelClientProxy.h |
+++ b/third_party/WebKit/Source/web/WebPepperSocketChannelClientProxy.h |
@@ -38,7 +38,7 @@ public: |
} |
void didReceiveBinaryMessage(PassOwnPtr<Vector<char>> payload) override |
{ |
- m_impl->didReceiveBinaryMessage(payload); |
+ m_impl->didReceiveBinaryMessage(std::move(payload)); |
} |
void didError() override |
{ |