DescriptionHave Document::parseQualifiedName() deal with AtomicStrings
Have Document::parseQualifiedName() deal with AtomicStrings instead of Strings as
its purpose is to extract a prefix and localName that the caller can use to
construct a QualifiedName object. The QualifiedName constructor takes
AtomicStrings in argument so it does not make sense for parseQualifiedName() to
construct and return Strings. The caller will always need to convert these to
AtomicStrings, which has a cost.
R=abarth, eseidel
BUG=323739
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163355
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|