зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1026350 followup: Add missing 'override' annotations to helper classes in FakeInputPortService.cpp. rs=ehsan
This commit is contained in:
Родитель
40b3526c5e
Коммит
371ddc6c49
|
@ -31,7 +31,7 @@ public:
|
|||
MOZ_ASSERT(aDataList);
|
||||
}
|
||||
|
||||
NS_IMETHOD Run()
|
||||
NS_IMETHOD Run() override
|
||||
{
|
||||
if (mErrorCode == nsIInputPortServiceCallback::INPUTPORT_ERROR_OK) {
|
||||
return mCallback->NotifySuccess(mDataList);
|
||||
|
@ -60,7 +60,7 @@ public:
|
|||
{}
|
||||
|
||||
NS_IMETHODIMP
|
||||
Notify(nsITimer* aTimer)
|
||||
Notify(nsITimer* aTimer) override
|
||||
{
|
||||
InputPortData* portData = static_cast<InputPortData*>(mInputPortData.get());
|
||||
portData->SetConnected(mIsConnected);
|
||||
|
|
Загрузка…
Ссылка в новой задаче