From 30c26d0a232c70f4be4ae53baab22e49d078092a Mon Sep 17 00:00:00 2001 From: Dorel Luca Date: Tue, 19 Nov 2019 19:23:28 +0200 Subject: [PATCH] Backed out changeset a13d1af8d1b5 (bug 1558522) for Crashtest failures in reftest/tests/xpcom/string/crashtests/1113005.html. CLOSED TREE --- dom/indexedDB/IDBDatabase.cpp | 3 -- dom/indexedDB/crashtests/1558522-1.html | 40 ------------------------ dom/indexedDB/crashtests/crashtests.list | 1 - 3 files changed, 44 deletions(-) delete mode 100644 dom/indexedDB/crashtests/1558522-1.html diff --git a/dom/indexedDB/IDBDatabase.cpp b/dom/indexedDB/IDBDatabase.cpp index 1dcb6d785bfc..64ad9e048d8b 100644 --- a/dom/indexedDB/IDBDatabase.cpp +++ b/dom/indexedDB/IDBDatabase.cpp @@ -1072,9 +1072,6 @@ void IDBDatabase::LastRelease() { CloseInternal(); - // If the database was already closed, CloseInternal does not expire file - // actors, which might have been acquired after the close actually happened, - // so we expire them here again to be safe (cf. bug 1558522). ExpireFileActors(/* aExpireAll */ true); if (mBackgroundActor) { diff --git a/dom/indexedDB/crashtests/1558522-1.html b/dom/indexedDB/crashtests/1558522-1.html deleted file mode 100644 index 1235c60bb75d..000000000000 --- a/dom/indexedDB/crashtests/1558522-1.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - diff --git a/dom/indexedDB/crashtests/crashtests.list b/dom/indexedDB/crashtests/crashtests.list index 40ae8366ee2f..0710842baf3c 100644 --- a/dom/indexedDB/crashtests/crashtests.list +++ b/dom/indexedDB/crashtests/crashtests.list @@ -2,4 +2,3 @@ load 726376-1.html load 1499854-1.html load 1505821-1.html load 1507229-1.html -load 1558522-1.html