DescriptionRemove SpeechSynthesisVoice's virtual destructor
Remove SpeechSynthesisVoice's destructor as it was empty and marked as virtual.
This avoids creating an unnecessary vtable as this class is never subclassed,
nor does it have any virtual function.
BUG=311561
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160620
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|