Title: [183254] trunk/Source/WebKit2
- Revision
- 183254
- Author
- [email protected]
- Date
- 2015-04-24 00:05:35 -0700 (Fri, 24 Apr 2015)
Log Message
Unreviewed. Remove incorrect ASSERT added in r183176.
We allow to encode null attachments.
* Platform/unix/SharedMemoryUnix.cpp:
(WebKit::SharedMemory::Handle::releaseAttachment):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (183253 => 183254)
--- trunk/Source/WebKit2/ChangeLog 2015-04-24 06:45:34 UTC (rev 183253)
+++ trunk/Source/WebKit2/ChangeLog 2015-04-24 07:05:35 UTC (rev 183254)
@@ -1,3 +1,12 @@
+2015-04-24 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Remove incorrect ASSERT added in r183176.
+
+ We allow to encode null attachments.
+
+ * Platform/unix/SharedMemoryUnix.cpp:
+ (WebKit::SharedMemory::Handle::releaseAttachment):
+
2015-04-23 Dan Bernstein <[email protected]>
<rdar://problem/20680694> Framework header postprocessing isn’t removing WK_DEPRECATED macros when it should.
Modified: trunk/Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp (183253 => 183254)
--- trunk/Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp 2015-04-24 06:45:34 UTC (rev 183253)
+++ trunk/Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp 2015-04-24 07:05:35 UTC (rev 183254)
@@ -83,7 +83,6 @@
IPC::Attachment SharedMemory::Handle::releaseAttachment() const
{
- ASSERT(!isNull());
return WTF::move(m_attachment);
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes