Skip to content

Commit 74e6bbf

Browse files
committed
Regen patches
1 parent 4f4b6d3 commit 74e6bbf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

www/tor-browser/browser/patches/patch-netwerk_cache_nsDiskCacheDeviceSQL_cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$OpenBSD: patch-netwerk_cache_nsDiskCacheDeviceSQL_cpp,v 1.1 2018/09/28 14:54:26 sthen Exp $
1+
$OpenBSD: patch-netwerk_cache_nsDiskCacheDeviceSQL_cpp,v 1.2 2019/07/02 16:48:11 landry Exp $
22

33
https://bugzilla.mozilla.org/show_bug.cgi?id=1470961
44

@@ -13,7 +13,7 @@ Index: netwerk/cache/nsDiskCacheDeviceSQL.cpp
1313
#include "mozilla/storage.h"
1414
#include "nsVariant.h"
1515
#include "mozilla/BasePrincipal.h"
16-
@@ -218,7 +217,6 @@ nsOfflineCacheEvictionFunction::OnFunctionCall(mozISto
16+
@@ -204,7 +203,6 @@ nsOfflineCacheEvictionFunction::OnFunctionCall(mozISto
1717

1818
// If the key is currently locked, refuse to delete this row.
1919
if (mDevice->IsLocked(fullKey)) {

www/tor-browser/browser/patches/patch-storage_mozStorageConnection_cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
$OpenBSD: patch-storage_mozStorageConnection_cpp,v 1.3 2018/10/03 14:55:36 sthen Exp $
1+
$OpenBSD: patch-storage_mozStorageConnection_cpp,v 1.4 2019/07/02 16:48:11 landry Exp $
22

33
Brought over from www/firefox-esr 45.1.1
44
Index: storage/mozStorageConnection.cpp
55
--- storage/mozStorageConnection.cpp.orig
66
+++ storage/mozStorageConnection.cpp
7-
@@ -839,6 +839,13 @@ Connection::initializeInternal()
7+
@@ -754,6 +754,13 @@ nsresult Connection::initializeInternal() {
88
return convertResultCode(srv);
99
}
1010

0 commit comments

Comments
 (0)