Descriptionwtf: Add missing operator==(const char*, const AtomicString&).
Because of this, the following (natural) statement would not compile in tests:
ASSERT_EQ("expected", AtomicString("actual"));
AtomicStringTest didn't catch this because it had the actual and expected values
reversed in each case that used equality.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196807
Patch Set 1 #Patch Set 2 : AtomicStringTest #
Messages
Total messages: 6 (2 generated)
|
||||||||||||||||||||||||||||