DescriptionRefactoring: Remove enum class NodeTraversalMode
NodeTraversalMode is an enum class which has two values and this is
currently used like a boolean value. At traversalNodesForSerialization,
if and only if this flag is DoNotEmitString, StyledMarkupAccumulator is
used. This CL removes this boolean-like enum and uses
StyledMarkupAccumulator* to represent the same condition instead.
BUG=n/a
TEST=n/a; no behavior change
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196646
Patch Set 1 #
Total comments: 3
Messages
Total messages: 8 (2 generated)
|
||||||||||||||||||||||||||||