[webkit-reviews] review granted: [Bug 74330] XHR should use m_responseTypeCode internally for quicker access : [Attachment 118842] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 12 20:31:44 PST 2011


Alexey Proskuryakov <ap at webkit.org> has granted Jarred Nicholls
<jarred at webkit.org>'s request for review:
Bug 74330: XHR should use m_responseTypeCode internally for quicker access
https://bugs.webkit.org/show_bug.cgi?id=74330

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

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=118842&action=review


> Source/WebCore/ChangeLog:3
> +	   XHR should use m_responseTypeCode internally for quicker access

Using member variables directly is consistent with preferred WebKit coding
style, but this change does't affect performance at all. Please update bug and
ChangeLog titles before landing.


More information about the webkit-reviews mailing list