[webkit-reviews] review granted: [Bug 74761] [chromium] Remove WebCString's dependency on WebCore : [Attachment 119687] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 16 15:26:40 PST 2011


Darin Fisher (:fishd, Google) <fishd at chromium.org> has granted James Robinson
<jamesr at chromium.org>'s request for review:
Bug 74761: [chromium] Remove WebCString's dependency on WebCore
https://bugs.webkit.org/show_bug.cgi?id=74761

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

------- Additional Comments from Darin Fisher (:fishd, Google)
<fishd at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=119687&action=review


> Source/WebKit/chromium/src/WebCString.cpp:94
> +    return String::fromUTF8(data(), length());

maybe slightly better as WebString::fromUTF8(...) ?


More information about the webkit-reviews mailing list