DescriptionDon't find(':') twice in WebVTTParser::collectMetadataHeader
Since contains(':') is the equivalent of a find(':') - except it throws
away the result - and the result might be of interest later on, just
call find(':') once instead, and remove the call to contains(...)
(essentially open-coding it.)
BUG=305317
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162202
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|