DescriptionString vector's comparison works wrong
The problem happened because SimpleClassVectorTraits was used as a vector trait for WTF::String class, hence 'memcmp' was used for string vector's comparison, which is apparently wrong.
This CL corrects vector trait for WTF::String and also introduces a unit test to verify that the problem is not happening any more.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157360
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|