Title: [184014] trunk/Source/WebKit2
- Revision
- 184014
- Author
- [email protected]
- Date
- 2015-05-08 13:57:49 -0700 (Fri, 08 May 2015)
Log Message
Fix the build.
* Platform/mac/LayerHostingContext.mm:
(WebKit::LayerHostingContext::createFencePort):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (184013 => 184014)
--- trunk/Source/WebKit2/ChangeLog 2015-05-08 20:50:28 UTC (rev 184013)
+++ trunk/Source/WebKit2/ChangeLog 2015-05-08 20:57:49 UTC (rev 184014)
@@ -7,6 +7,13 @@
2015-05-08 Timothy Horton <[email protected]>
+ Fix the build.
+
+ * Platform/mac/LayerHostingContext.mm:
+ (WebKit::LayerHostingContext::createFencePort):
+
+2015-05-08 Timothy Horton <[email protected]>
+
Flip the direction of the fence in scaleViewAndUpdateGeometryFenced
https://bugs.webkit.org/show_bug.cgi?id=144810
Modified: trunk/Source/WebKit2/Platform/mac/LayerHostingContext.mm (184013 => 184014)
--- trunk/Source/WebKit2/Platform/mac/LayerHostingContext.mm 2015-05-08 20:50:28 UTC (rev 184013)
+++ trunk/Source/WebKit2/Platform/mac/LayerHostingContext.mm 2015-05-08 20:57:49 UTC (rev 184014)
@@ -121,6 +121,7 @@
NO_RETURN_DUE_TO_ASSERT MachSendRight LayerHostingContext::createFencePort()
{
ASSERT_NOT_REACHED();
+ return MachSendRight();
}
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes