Title: [184024] trunk/Source/WebKit2
Revision
184024
Author
[email protected]
Date
2015-05-08 16:11:56 -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 (184023 => 184024)


--- trunk/Source/WebKit2/ChangeLog	2015-05-08 23:10:48 UTC (rev 184023)
+++ trunk/Source/WebKit2/ChangeLog	2015-05-08 23:11:56 UTC (rev 184024)
@@ -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]>
+
         Periodically repaint during resize while using the DynamicSizeWithMinimumViewSize layout strategy
         https://bugs.webkit.org/show_bug.cgi?id=144816
 

Modified: trunk/Source/WebKit2/Platform/mac/LayerHostingContext.mm (184023 => 184024)


--- trunk/Source/WebKit2/Platform/mac/LayerHostingContext.mm	2015-05-08 23:10:48 UTC (rev 184023)
+++ trunk/Source/WebKit2/Platform/mac/LayerHostingContext.mm	2015-05-08 23:11:56 UTC (rev 184024)
@@ -121,7 +121,9 @@
 NO_RETURN_DUE_TO_ASSERT MachSendRight LayerHostingContext::createFencePort()
 {
     ASSERT_NOT_REACHED();
+#if ASSERT_DISABLED
     return MachSendRight();
+#endif
 }
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to