Bug 1118609 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/storage; r=baku

This commit is contained in:
Ehsan Akhgari
2015-01-06 23:51:13 -05:00
parent ce606cc967
commit 26a818acfd
3 changed files with 13 additions and 13 deletions

View File

@@ -247,7 +247,7 @@ class DOMStorageCacheHolder : public nsITimerCallback
NS_DECL_ISUPPORTS
NS_IMETHODIMP
Notify(nsITimer* aTimer)
Notify(nsITimer* aTimer) MOZ_OVERRIDE
{
mCache = nullptr;
return NS_OK;