diff --git a/xpcom/glue/nsThreadUtils.cpp b/xpcom/glue/nsThreadUtils.cpp index 26f8e04fa8..c1dace734b 100644 --- a/xpcom/glue/nsThreadUtils.cpp +++ b/xpcom/glue/nsThreadUtils.cpp @@ -286,7 +286,7 @@ public: { } - NS_IMETHOD Run() + NS_IMETHOD Run() override { if (!mRunnable) { return NS_OK; @@ -304,7 +304,7 @@ public: runnable->Run(); } - void SetTimer(uint32_t aDelay, nsIEventTarget* aTarget) + void SetTimer(uint32_t aDelay, nsIEventTarget* aTarget) override { MOZ_ASSERT(aTarget); MOZ_ASSERT(!mTimer);