Changeset 184012 in webkit
- Timestamp:
- May 8, 2015, 1:43:12 PM (11 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Platform/mac/LayerHostingContext.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r184011 r184012 1 2015-05-08 Timothy Horton <timothy_horton@apple.com> 2 3 Fix the build. 4 5 * Platform/mac/LayerHostingContext.mm: 6 (WebKit::LayerHostingContext::createFencePort): 7 1 8 2015-05-08 Timothy Horton <timothy_horton@apple.com> 2 9 -
trunk/Source/WebKit2/Platform/mac/LayerHostingContext.mm
r184011 r184012 119 119 } 120 120 121 NO_RETURN_DUE_TO_ASSERT const MachSendRight&LayerHostingContext::createFencePort()121 NO_RETURN_DUE_TO_ASSERT MachSendRight LayerHostingContext::createFencePort() 122 122 { 123 123 ASSERT_NOT_REACHED();
Note:
See TracChangeset
for help on using the changeset viewer.