Title: [155913] trunk/Source/WebKit2
- Revision
- 155913
- Author
- k...@webkit.org
- Date
- 2013-09-16 17:31:31 -0700 (Mon, 16 Sep 2013)
Log Message
Unreviewed build fix after 155905.
* Platform/CoreIPC/unix/ConnectionUnix.cpp:
(CoreIPC::Connection::sendOutgoingMessage): use OwnPtr instead of PassOwnPtr.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (155912 => 155913)
--- trunk/Source/WebKit2/ChangeLog 2013-09-16 23:39:01 UTC (rev 155912)
+++ trunk/Source/WebKit2/ChangeLog 2013-09-17 00:31:31 UTC (rev 155913)
@@ -1,3 +1,10 @@
+2013-09-16 Gustavo Noronha Silva <g...@gnome.org>
+
+ Unreviewed build fix after 155905.
+
+ * Platform/CoreIPC/unix/ConnectionUnix.cpp:
+ (CoreIPC::Connection::sendOutgoingMessage): use OwnPtr instead of PassOwnPtr.
+
2013-09-16 Joseph Pecoraro <pecor...@apple.com>
Add RunLoop::isMain and use it in WebKit2
Modified: trunk/Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp (155912 => 155913)
--- trunk/Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp 2013-09-16 23:39:01 UTC (rev 155912)
+++ trunk/Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp 2013-09-17 00:31:31 UTC (rev 155913)
@@ -445,7 +445,7 @@
return m_isConnected;
}
-bool Connection::sendOutgoingMessage(PassOwnPtr<MessageEncoder> encoder)
+bool Connection::sendOutgoingMessage(OwnPtr<MessageEncoder> encoder)
{
#if PLATFORM(QT)
ASSERT(m_socketNotifier);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes