DescriptionReplace character vectors with StringBuilders in the WebVTT tokenizer
With a goal of simplifying the state management of the
WebVTTTokenizer/WebVTTToken pair, turn all character vectors into
StringBuilders.
Since the tokenizer in general deals with strings, this makes for a
better fit in general (and at least two of the three eliminated FIXMEs
should be able to attest to that).
Also remove the local variable tagName in
WebVTTTreeBuilder::constructTreeFromToken, which appear unused.
BUG=319391
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162307
Patch Set 1 #Patch Set 2 : Rebase after symbolnames changed #
Messages
Total messages: 6 (0 generated)
|