⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 184012 in webkit


Ignore:
Timestamp:
May 8, 2015, 1:43:12 PM (11 years ago)
Author:
timothy_horton@apple.com
Message:

Fix the build.

  • Platform/mac/LayerHostingContext.mm:

(WebKit::LayerHostingContext::createFencePort):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r184011 r184012  
     12015-05-08  Timothy Horton  <timothy_horton@apple.com>
     2
     3        Fix the build.
     4
     5        * Platform/mac/LayerHostingContext.mm:
     6        (WebKit::LayerHostingContext::createFencePort):
     7
    182015-05-08  Timothy Horton  <timothy_horton@apple.com>
    29
  • trunk/Source/WebKit2/Platform/mac/LayerHostingContext.mm

    r184011 r184012  
    119119}
    120120
    121 NO_RETURN_DUE_TO_ASSERT const MachSendRight& LayerHostingContext::createFencePort()
     121NO_RETURN_DUE_TO_ASSERT MachSendRight LayerHostingContext::createFencePort()
    122122{
    123123    ASSERT_NOT_REACHED();
Note: See TracChangeset for help on using the changeset viewer.