Instead of passing a ResourceLoadPriority directly into wkSetHTTPPipeliningMaximumPriority(), we should convert it using Use toHTTPPipeliningPriority(). This should have been done in r82900 for Bug 57384. <http://trac.webkit.org/changeset/82900> The method is in Source/WebCore/platform/network/cf/ResourceRequestCFNet.cpp.
Created attachment 93933 [details] Patch v1
Comment on attachment 93933 [details] Patch v1 r=me. Thanks!
Comment on attachment 93933 [details] Patch v1 We should also fix wkSetHTTPPipeliningMinimumFastLanePriority() as well while we're here.
Created attachment 93939 [details] Patch v2
Comment on attachment 93939 [details] Patch v2 Oh, excellent. Good catch.
Committed r86778: <http://trac.webkit.org/changeset/86778>