Bug 1417365 - Unified build issues in dom/clients. r=baku

This commit is contained in:
Jonathan Watt 2017-10-26 12:59:32 +01:00
Родитель 5ea9cced68
Коммит 35123b4b3b
7 изменённых файлов: 14 добавлений и 4 удалений

Просмотреть файл

@ -18,7 +18,7 @@ ClientHandleOpChild::ActorDestroy(ActorDestroyReason aReason)
}
}
IPCResult
mozilla::ipc::IPCResult
ClientHandleOpChild::Recv__delete__(const ClientOpResult& aResult)
{
if (aResult.type() == ClientOpResult::Tnsresult &&

Просмотреть файл

@ -8,6 +8,8 @@
#include "mozilla/dom/ClientOpPromise.h"
#include "mozilla/dom/ClientThing.h"
#include "mozilla/ipc/PBackgroundSharedTypes.h"
#include "nsIPrincipal.h"
namespace mozilla {
namespace ipc {

Просмотреть файл

@ -6,6 +6,8 @@
#include "ClientManagerOpChild.h"
#include "mozilla/ipc/ProtocolUtils.h"
namespace mozilla {
namespace dom {
@ -18,7 +20,7 @@ ClientManagerOpChild::ActorDestroy(ActorDestroyReason aReason)
}
}
IPCResult
mozilla::ipc::IPCResult
ClientManagerOpChild::Recv__delete__(const ClientOpResult& aResult)
{
if (aResult.type() == ClientOpResult::Tnsresult &&

Просмотреть файл

@ -6,6 +6,8 @@
#include "ClientManagerOpParent.h"
#include "ClientManagerService.h"
namespace mozilla {
namespace dom {

Просмотреть файл

@ -6,13 +6,16 @@
#include "ClientManagerService.h"
#include "ClientSourceParent.h"
#include "mozilla/ipc/BackgroundParent.h"
#include "mozilla/ipc/PBackgroundSharedTypes.h"
namespace mozilla {
namespace dom {
using mozilla::ipc::AssertIsOnBackgroundThread;
using mozilla::ipc::ContentPrincipalInfo;
using mozilla::ipc::PrincipalInfo;
namespace {

Просмотреть файл

@ -6,6 +6,7 @@
#ifndef _mozilla_dom_ClientManagerService_h
#define _mozilla_dom_ClientManagerService_h
#include "mozilla/ipc/PBackgroundSharedTypes.h"
#include "nsDataHashtable.h"
namespace mozilla {

Просмотреть файл

@ -26,10 +26,10 @@ class ClientSourceParent final : public PClientSourceParent
KillInvalidChild();
// PClientSourceParent
IPCResult
mozilla::ipc::IPCResult
RecvTeardown() override;
IPCResult
mozilla::ipc::IPCResult
RecvExecutionReady(const ClientSourceExecutionReadyArgs& aArgs) override;
void