Chromium Code Reviews
DescriptionRe-add WebString::equals that takes const char* only
I replaced this with the one that takes length, but it forced
other callsites that were manually calling equals() with literals
to call strlen(). This fixes it to readd the version that only
takes const char*.
BUG=667131
R=esprehn@chromium.org, csharrison@chromium.org
Review-Url: https://codereview.chromium.org/2659023002
Cr-Commit-Position: refs/heads/master@{#446651}
Committed: https://chromium.googlesource.com/chromium/src/+/1a681e3ecb0e8885fff42917be3c942fd05e0984
Patch Set 1 #Patch Set 2 : simplify the == one #Patch Set 3 : removes ::fromUTF8(const char*) too #
Messages
Total messages: 15 (7 generated)
|
||||||||||||||||||||||||||||