DescriptionUse default argument value instead of overloading for MarkupAccumulator::serializeNodes()
The last argument to MarkupAccumulator::serializeNodes() was optional and we were dealing
with this using overloads instead of having a default value for the last argument. This
makes the code a bit cleaner / shorter.
R=adamk
BUG=None
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164601
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|