Title: [183846] trunk/Source/WebKit2
- Revision
- 183846
- Author
- [email protected]
- Date
- 2015-05-05 19:10:43 -0700 (Tue, 05 May 2015)
Log Message
Fix the build.
* Platform/mac/LayerHostingContext.mm:
(WebKit::LayerHostingContext::setFencePort):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (183845 => 183846)
--- trunk/Source/WebKit2/ChangeLog 2015-05-06 01:12:49 UTC (rev 183845)
+++ trunk/Source/WebKit2/ChangeLog 2015-05-06 02:10:43 UTC (rev 183846)
@@ -2,6 +2,13 @@
Fix the build.
+ * Platform/mac/LayerHostingContext.mm:
+ (WebKit::LayerHostingContext::setFencePort):
+
+2015-05-05 Tim Horton <[email protected]>
+
+ Fix the build.
+
* UIProcess/mac/WKViewLayoutStrategy.mm:
(-[WKViewDynamicSizeWithMinimumViewSizeLayoutStrategy updateLayout]):
Modified: trunk/Source/WebKit2/Platform/mac/LayerHostingContext.mm (183845 => 183846)
--- trunk/Source/WebKit2/Platform/mac/LayerHostingContext.mm 2015-05-06 01:12:49 UTC (rev 183845)
+++ trunk/Source/WebKit2/Platform/mac/LayerHostingContext.mm 2015-05-06 02:10:43 UTC (rev 183846)
@@ -102,13 +102,16 @@
return [m_context colorSpace];
}
+#if PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
void LayerHostingContext::setFencePort(mach_port_t fencePort)
{
-#if PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
[m_context setFencePort:fencePort];
+}
#else
+NO_RETURN_DUE_TO_ASSERT void LayerHostingContext::setFencePort(mach_port_t fencePort)
+{
ASSERT_NOT_REACHED();
+}
#endif
-}
} // namespace WebKit
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes