DescriptionRemoved the const char* (StaticString) type from RTCStatsMember.
std::string is all we need. const char* is an annoying special case
because they can't be compared with ==. Having two different string
types was a premature optimization.
BUG=chromium:627816
NOTRY=True
Committed: https://crrev.com/8faf9e047ee80b45d1a28d6c038cbd6e222f23cd
Cr-Commit-Position: refs/heads/master@{#14235}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Fixed error #
Messages
Total messages: 20 (10 generated)
|