[webkit-reviews] review granted: [Bug 38671] [WTFURL] Add a buffer for managing the output of the canonicalizer : [Attachment 55280] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 6 12:30:07 PDT 2010


Darin Fisher (:fishd, Google) <fishd at chromium.org> has granted Adam Barth
<abarth at webkit.org>'s request for review:
Bug 38671: [WTFURL] Add a buffer for managing the output of the canonicalizer
https://bugs.webkit.org/show_bug.cgi?id=38671

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

------- Additional Comments from Darin Fisher (:fishd, Google)
<fishd at chromium.org>
JavaScriptCore/wtf/url/src/URLBuffer.h:68
 +	inline int length() const { return m_length; }
nit: no need for the 'inline' keyword here.


More information about the webkit-reviews mailing list