зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1110487 P1 Fix some non-unified bustage before adding new code. r=ehsan
This commit is contained in:
Родитель
61bd88c38b
Коммит
92143814c0
|
@ -50,6 +50,10 @@ ActorChild::FeatureNotified() const
|
|||
return mFeature && mFeature->Notified();
|
||||
}
|
||||
|
||||
ActorChild::ActorChild()
|
||||
{
|
||||
}
|
||||
|
||||
ActorChild::~ActorChild()
|
||||
{
|
||||
MOZ_ASSERT(!mFeature);
|
||||
|
|
|
@ -34,6 +34,7 @@ public:
|
|||
FeatureNotified() const;
|
||||
|
||||
protected:
|
||||
ActorChild();
|
||||
~ActorChild();
|
||||
|
||||
private:
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#define mozilla_dom_PromiseNativeHandler_h
|
||||
|
||||
#include "nsISupports.h"
|
||||
#include "js/TypeDecls.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
|
Загрузка…
Ссылка в новой задаче