[webkit-reviews] review granted: [Bug 107985] [chromium] Export ResourceRequest's priority through WebURLRequest : [Attachment 184849] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 26 00:03:30 PST 2013


Adam Barth <abarth at webkit.org> has granted James Simonsen
<simonjam at chromium.org>'s request for review:
Bug 107985: [chromium] Export ResourceRequest's priority through WebURLRequest
https://bugs.webkit.org/show_bug.cgi?id=107985

Attachment 184849: Patch
https://bugs.webkit.org/attachment.cgi?id=184849&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=184849&action=review


> Source/WebCore/platform/chromium/support/WebURLRequest.cpp:330
> +    return static_cast<WebURLRequest::Priority>(
> +	   m_private->m_resourceRequest->priority());

We'd normally put this on one line.  (There is no 80 col limit in WebKit.)


More information about the webkit-reviews mailing list