зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 87c82b01a388 (bug 1583859) for causing bustages in /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/RefPtr.h CLOSED TREE
This commit is contained in:
Родитель
f2143eb0b7
Коммит
c5df88ff8f
|
@ -241,7 +241,7 @@ bool ClientSourceParent::IsFrozen() const { return mFrozen; }
|
|||
|
||||
bool ClientSourceParent::ExecutionReady() const { return mExecutionReady; }
|
||||
|
||||
RefPtr<GenericNonExclusivePromise> ClientSourceParent::ExecutionReadyPromise() {
|
||||
RefPtr<GenericPromise> ClientSourceParent::ExecutionReadyPromise() {
|
||||
// Only call if ClientSourceParent::ExecutionReady() is false; otherwise,
|
||||
// the promise will never resolve
|
||||
MOZ_ASSERT(!mExecutionReady);
|
||||
|
|
|
@ -68,7 +68,7 @@ class ClientSourceParent final : public PClientSourceParent {
|
|||
|
||||
bool ExecutionReady() const;
|
||||
|
||||
RefPtr<GenericNonExclusivePromise> ExecutionReadyPromise();
|
||||
RefPtr<GenericPromise> ExecutionReadyPromise();
|
||||
|
||||
const Maybe<ServiceWorkerDescriptor>& GetController() const;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче