Title: [161837] trunk/Source/WebCore
Revision
161837
Author
[email protected]
Date
2014-01-12 13:38:12 -0800 (Sun, 12 Jan 2014)

Log Message

Final WebCore link error: update a symbol in WebCoreSystemInterfaceIOS.mm.

* platform/ios/WebCoreSystemInterfaceIOS.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161836 => 161837)


--- trunk/Source/WebCore/ChangeLog	2014-01-12 21:37:10 UTC (rev 161836)
+++ trunk/Source/WebCore/ChangeLog	2014-01-12 21:38:12 UTC (rev 161837)
@@ -1,3 +1,9 @@
+2014-01-12  Simon Fraser  <[email protected]>
+
+        Final WebCore link error: update a symbol in WebCoreSystemInterfaceIOS.mm.
+
+        * platform/ios/WebCoreSystemInterfaceIOS.mm:
+
 2014-01-12  Anders Carlsson  <[email protected]>
 
         Use std::call_once instead of AtomicallyInitializedStatic in DatabaseBackendBase

Modified: trunk/Source/WebCore/platform/ios/WebCoreSystemInterfaceIOS.mm (161836 => 161837)


--- trunk/Source/WebCore/platform/ios/WebCoreSystemInterfaceIOS.mm	2014-01-12 21:37:10 UTC (rev 161836)
+++ trunk/Source/WebCore/platform/ios/WebCoreSystemInterfaceIOS.mm	2014-01-12 21:38:12 UTC (rev 161837)
@@ -57,7 +57,7 @@
 void (*wkSetNSURLRequestShouldContentSniff)(NSMutableURLRequest *, BOOL);
 id (*wkCreateNSURLConnectionDelegateProxy)(void);
 unsigned (*wkInitializeMaximumHTTPConnectionCountPerHost)(unsigned preferredConnectionCount);
-int (*wkGetHTTPPipeliningPriority)(CFURLRequestRef);
+int (*wkGetHTTPRequestPriority)(CFURLRequestRef);
 void (*wkSetHTTPRequestMaximumPriority)(int priority);
 void (*wkSetHTTPRequestPriority)(CFURLRequestRef, int priority);
 void (*wkSetHTTPRequestMinimumFastLanePriority)(int priority);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to