Backed out 2 changesets (bug 1807049, bug 1828389) for mozilla::ThreadEventTarget::Dispatch xpcshell related crashes. CLOSED TREE
Backed out changeset bbd8b8bbf677 (bug 1828389) Backed out changeset 03bd5f26f9af (bug 1807049)
This commit is contained in:
@@ -242,8 +242,8 @@ class IProtocol : public HasResultCodes {
|
||||
bool AllocUnsafeShmem(size_t aSize, Shmem* aOutMem);
|
||||
bool DeallocShmem(Shmem& aMem);
|
||||
|
||||
void FatalError(const char* const aErrorMsg);
|
||||
virtual void HandleFatalError(const char* aErrorMsg);
|
||||
void FatalError(const char* const aErrorMsg) const;
|
||||
virtual void HandleFatalError(const char* aErrorMsg) const;
|
||||
|
||||
protected:
|
||||
virtual ~IProtocol();
|
||||
@@ -433,7 +433,6 @@ class IToplevelProtocol : public IProtocol {
|
||||
void NotifyImpendingShutdown();
|
||||
|
||||
void Close();
|
||||
void CloseWithError();
|
||||
|
||||
void SetReplyTimeoutMs(int32_t aTimeoutMs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user