зеркало из https://github.com/mozilla/gecko-dev.git
Fix virtual dtor warnings, no bug, blanket r=bz
This commit is contained in:
Родитель
67a9691e50
Коммит
8fe8bfc203
|
@ -13,6 +13,7 @@
|
|||
#include "mozilla/dom/PMemoryReportRequestParent.h"
|
||||
#include "mozilla/ipc/GeckoChildProcessHost.h"
|
||||
#include "mozilla/dom/ipc/Blob.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
|
||||
#include "nsIObserver.h"
|
||||
#include "nsIThreadInternal.h"
|
||||
|
@ -279,7 +280,7 @@ private:
|
|||
const nsString mAppManifestURL;
|
||||
nsRefPtr<nsFrameMessageManager> mMessageManager;
|
||||
|
||||
class WatchedFile : public nsIFileUpdateListener {
|
||||
class WatchedFile MOZ_FINAL : public nsIFileUpdateListener {
|
||||
public:
|
||||
WatchedFile(ContentParent* aParent, const nsString& aPath)
|
||||
: mParent(aParent)
|
||||
|
|
Загрузка…
Ссылка в новой задаче