DescriptionReduce usage of WebString::data
WebString::data forces a widening of the underlying String from 8 bits to 16
bits. We should remove this function because most callers of the API don't
understand these implementation details of WebString. In order to remove the
API, we need to remove all the callers. This CL removes all the callers I could
find in Blink. The next CL will sweep across Chromium.
R=jamesr@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151268
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|