DescriptionMake metadata state local in the WebVTT parser
The members m_currentHeaderName and m_currentHeaderValue are only used
within the scope of WebVTTParser::collectMetadataHeader, so there's no
need to keep them in instance scope. Make them local to said method,
and pass the value explicitly to its users.
BUG=305317
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161922
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|