mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1164100 P2 Fix defunct assertion in Cache API ActionRunnable. r=ehsan
This commit is contained in:
parent
b053f626b5
commit
2552521ec3
2
dom/cache/Context.cpp
vendored
2
dom/cache/Context.cpp
vendored
@ -464,7 +464,7 @@ public:
|
||||
// mData may be nullptr
|
||||
MOZ_ASSERT(mTarget);
|
||||
MOZ_ASSERT(mAction);
|
||||
MOZ_ASSERT(mQuotaInfo.mDir);
|
||||
// mQuotaInfo.mDir may be nullptr if QuotaInitRunnable failed
|
||||
MOZ_ASSERT(mInitiatingThread);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user