Bug 1125178 - Mark some functions in dom as override; r=baku

This commit is contained in:
Ehsan Akhgari 2015-01-23 10:55:14 -05:00
parent 8608afc479
commit ceca8787f1
3 changed files with 3 additions and 3 deletions

View File

@ -724,7 +724,7 @@ public:
nsISupports* aCtxt,
nsresult aStatus,
uint32_t aResultLength,
const uint8_t* aResult)
const uint8_t* aResult) MOZ_OVERRIDE
{
MOZ_ASSERT(NS_IsMainThread());

View File

@ -149,7 +149,7 @@ public:
NS_IMETHOD TerminatePlugin() MOZ_OVERRIDE;
NS_IMETHOD TerminateProcess() MOZ_OVERRIDE;
NS_IMETHOD IsReportForBrowser(nsIFrameLoader* aFrameLoader, bool* aResult);
NS_IMETHOD IsReportForBrowser(nsIFrameLoader* aFrameLoader, bool* aResult) MOZ_OVERRIDE;
void Clear() { mContentParent = nullptr; mActor = nullptr; }

View File

@ -24,7 +24,7 @@ public:
static already_AddRefed<RequestSyncWifiService> GetInstance();
void Notify(const hal::NetworkInformation& aNetworkInfo);
void Notify(const hal::NetworkInformation& aNetworkInfo) MOZ_OVERRIDE;
private:
RequestSyncWifiService()