Bug 696591: Followup to placate clang on this CLOSED TREE.

This commit is contained in:
Kyle Huey 2012-12-20 06:46:15 -08:00
Родитель 5b8c87e3bc
Коммит ef30ec22be
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -1517,8 +1517,7 @@ public:
// We can't kick the document out of the bfcache because it's not yet
// fully in the bfcache. Instead we'll abort everything for the window
// and mark it as not-bfcacheable.
indexedDB::IndexedDatabaseManager* manager =
indexedDB::IndexedDatabaseManager::Get();
IndexedDatabaseManager* manager = IndexedDatabaseManager::Get();
NS_ASSERTION(manager, "Huh?");
manager->AbortCloseDatabasesForWindow(owner);