Title: [200784] branches/safari-601-branch/Source/WebCore
Revision
200784
Author
[email protected]
Date
2016-05-12 12:13:57 -0700 (Thu, 12 May 2016)

Log Message

Build fix after r195004/r200780.

Modified Paths

Diff

Modified: branches/safari-601-branch/Source/WebCore/ChangeLog (200783 => 200784)


--- branches/safari-601-branch/Source/WebCore/ChangeLog	2016-05-12 18:57:00 UTC (rev 200783)
+++ branches/safari-601-branch/Source/WebCore/ChangeLog	2016-05-12 19:13:57 UTC (rev 200784)
@@ -1,5 +1,9 @@
 2016-05-12  Babak Shafiei  <[email protected]>
 
+        Build fix after r195004/r200780.
+
+2016-05-12  Babak Shafiei  <[email protected]>
+
         Merge r195004.
 
     2016-01-13  Brent Fulgham  <[email protected]>

Modified: branches/safari-601-branch/Source/WebCore/platform/network/mac/ResourceResponseMac.mm (200783 => 200784)


--- branches/safari-601-branch/Source/WebCore/platform/network/mac/ResourceResponseMac.mm	2016-05-12 18:57:00 UTC (rev 200783)
+++ branches/safari-601-branch/Source/WebCore/platform/network/mac/ResourceResponseMac.mm	2016-05-12 19:13:57 UTC (rev 200784)
@@ -137,7 +137,7 @@
         if ([m_nsResponse.get() isKindOfClass:[NSHTTPURLResponse class]]) {
             NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *)m_nsResponse.get();
 
-            CFHTTPMessageRef messageRef = CFURLResponseGetHTTPResponse([httpResponse _CFURLResponse]);
+            CFHTTPMessageRef messageRef = wkGetCFURLResponseHTTPResponse([httpResponse _CFURLResponse]);
             RetainPtr<CFStringRef> messageString = adoptCF(CFHTTPMessageCopyVersion(messageRef));
             m_httpVersion = String(messageString.get()).upper();
             m_httpStatusCode = [httpResponse statusCode];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to