Changeset 160147 in webkit
- Timestamp:
- Dec 4, 2013, 5:30:00 PM (13 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/network/cf/ResourceHandleCFNet.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r160138 r160147 1 2013-12-04 Benjamin Poulain <bpoulain@apple.com> 2 3 Remove spaces on a blank line to have ResourceHandleCFNet.cpp identical to iOS 4 5 Unreviewed. 6 7 * platform/network/cf/ResourceHandleCFNet.cpp: 8 (WebCore::ResourceHandle::platformLoadResourceSynchronously): 9 1 10 2013-12-04 Antti Koivisto <antti@apple.com> 2 11 -
trunk/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp
r159479 r160147 775 775 776 776 CFURLConnectionCancel(handle->connection()); 777 777 778 778 if (error.isNull()) 779 779 response = client->response();
Note:
See TracChangeset
for help on using the changeset viewer.