DescriptionUse xmlAtom / starAtom when possible instead of string literals
Use xmlAtom / starAtom when possible instead of string literals. When comparing
to another AtomicString, this avoids doing a character by character comparison,
as we can do a faster pointer comparison instead. This also gets rid of a
redundant static variable.
R=eseidel
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163359
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|