DescriptionFiles.app: mpeg metadata parser must not be stateful.
The previous code writes the parsed metadata to |metadata| dictionary
remembered in |this.rootParser_|, but this is wrong.
The parser class is shared among multiple parses, so to correctly
distinguish concurrent parsing activity, it cannot store states
in the member fields.
BUG=172989
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283545
Patch Set 1 #
Messages
Total messages: 10 (0 generated)
|