Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj

MozReview-Commit-ID: DCPTnyBooIe
This commit is contained in:
Chris Peterson
2017-11-05 19:37:28 -08:00
parent ab8be1cee1
commit 677bf4030c
433 changed files with 3797 additions and 3674 deletions

View File

@@ -498,7 +498,7 @@ public:
, mCue(aCue)
{}
NS_IMETHOD Run() {
NS_IMETHOD Run() override {
WEBVTT_LOGV("SimpleTextTrackEvent cue %p mName %s mTime %lf",
mCue.get(), NS_ConvertUTF16toUTF8(mName).get(), mTime);
mCue->DispatchTrustedEvent(mName);