Bug 1155761 followup: Annotate nsPerformance::InsertUserEntry as 'override'. rs=ehsan

This commit is contained in:
Daniel Holbert 2015-05-25 21:46:47 -07:00
parent e377b5714e
commit e62dbe257b

View File

@ -423,7 +423,7 @@ private:
return this;
}
void InsertUserEntry(PerformanceEntry* aEntry);
void InsertUserEntry(PerformanceEntry* aEntry) override;
bool IsPerformanceTimingAttribute(const nsAString& aName) override;