Title: [184012] trunk/Source/WebKit2
- Revision
- 184012
- Author
- [email protected]
- Date
- 2015-05-08 13:43:12 -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 (184011 => 184012)
--- trunk/Source/WebKit2/ChangeLog 2015-05-08 20:40:32 UTC (rev 184011)
+++ trunk/Source/WebKit2/ChangeLog 2015-05-08 20:43:12 UTC (rev 184012)
@@ -1,5 +1,12 @@
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 (184011 => 184012)
--- trunk/Source/WebKit2/Platform/mac/LayerHostingContext.mm 2015-05-08 20:40:32 UTC (rev 184011)
+++ trunk/Source/WebKit2/Platform/mac/LayerHostingContext.mm 2015-05-08 20:43:12 UTC (rev 184012)
@@ -118,7 +118,7 @@
ASSERT_NOT_REACHED();
}
-NO_RETURN_DUE_TO_ASSERT const MachSendRight& LayerHostingContext::createFencePort()
+NO_RETURN_DUE_TO_ASSERT MachSendRight LayerHostingContext::createFencePort()
{
ASSERT_NOT_REACHED();
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes