RESOLVED FIXED 74761
[chromium] Remove WebCString's dependency on WebCore
https://bugs.webkit.org/show_bug.cgi?id=74761
Summary [chromium] Remove WebCString's dependency on WebCore
James Robinson
Reported 2011-12-16 15:23:30 PST
[chromium] Remove WebCString's dependency on WebCore
Attachments
Patch (2.67 KB, patch)
2011-12-16 15:24 PST, James Robinson
no flags
Patch (2.57 KB, patch)
2011-12-16 15:33 PST, James Robinson
fishd: review+
James Robinson
Comment 1 2011-12-16 15:24:22 PST
Darin Fisher (:fishd, Google)
Comment 2 2011-12-16 15:26:40 PST
Comment on attachment 119687 [details] Patch 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(...) ?
WebKit Review Bot
Comment 3 2011-12-16 15:27:41 PST
Please wait for approval from fishd@chromium.org before submitting because this patch contains changes to the Chromium public API.
James Robinson
Comment 4 2011-12-16 15:29:19 PST
Ah cool, I can avoid the <wtf/text/WTFString.h> #include as well that way.
James Robinson
Comment 5 2011-12-16 15:33:13 PST
James Robinson
Comment 6 2011-12-16 16:01:29 PST
Note You need to log in before you can comment on or make changes to this bug.