Bug 1118411 - Mark virtual overridden functions as MOZ_OVERRIDE in Gecko Profiler; r=BenWa

This commit is contained in:
Ehsan Akhgari 2015-01-06 15:10:37 -05:00
parent 860da94550
commit 46565f214b
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ public:
, mClosure(aClosure)
{}
NS_IMETHOD AddSubProfile(const char* aProfile);
NS_IMETHOD AddSubProfile(const char* aProfile) MOZ_OVERRIDE;
private:
~ProfileSaveEvent() {}

View File

@ -34,7 +34,7 @@ protected:
}
public:
NS_IMETHOD Run()
NS_IMETHOD Run() MOZ_OVERRIDE
{
MonitorAutoLock mon(mMonitor);
if (mStop)