DescriptionMove latin1_string_conversions to base
Unfortunately, we can't keep this function in webkit/glue because not everyone
who links in Blink depends on webkit/glue. For example, cc uses WebString but
doesn't depend on webkit/glue.
IMHO, the best solution to all these constraints is to put this function in
base. It's concerned with concepts that make sense in base (strings and
character sets). The only thing odd about the function is that it accepts
Latin-1 or UTF-16, which is because of the underlying string representation in
Blink.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203003
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|