DescriptionCall WTFString::split(UChar, Vector&) when possible
Use WTFString::split(UChar, Vector&) when possible instead of
Use WTFString::split(const String&, Vector&) to avoid constructing String
objects unnecessarily.
R=abarth@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177312
Patch Set 1 #
Total comments: 2
Patch Set 2 : Remove unnecessary argument #Patch Set 3 : Update tests as well #
Messages
Total messages: 10 (0 generated)
|