summaryrefslogtreecommitdiff
path: root/rhbz-1354671.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-07-08 22:47:22 +0200
committerMartin Stransky <stransky@redhat.com>2019-07-08 22:47:22 +0200
commit091ea96b2e2aeeb5d6462b5e0b3e684ed0e6ae7a (patch)
treef0c6c5f9d66c5246471f14fe78aea8ea9313b538 /rhbz-1354671.patch
parentMerge branch 'master' into f30 (diff)
parentFixed second arch patches (diff)
downloadlibrewolf-fedora-ff-091ea96b2e2aeeb5d6462b5e0b3e684ed0e6ae7a.tar.gz
librewolf-fedora-ff-091ea96b2e2aeeb5d6462b5e0b3e684ed0e6ae7a.tar.bz2
librewolf-fedora-ff-091ea96b2e2aeeb5d6462b5e0b3e684ed0e6ae7a.zip
Merge branch 'master' into f30
Diffstat (limited to 'rhbz-1354671.patch')
-rw-r--r--rhbz-1354671.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/rhbz-1354671.patch b/rhbz-1354671.patch
index 0e22dab..1f867eb 100644
--- a/rhbz-1354671.patch
+++ b/rhbz-1354671.patch
@@ -1,6 +1,6 @@
-diff -up firefox-65.0/layout/base/nsIPresShell.h.1354671 firefox-65.0/layout/base/nsIPresShell.h
---- firefox-65.0/layout/base/nsIPresShell.h.1354671 2019-01-29 11:50:08.516649643 +0100
-+++ firefox-65.0/layout/base/nsIPresShell.h 2019-01-29 11:51:48.930258629 +0100
+diff -up firefox-65.0/layout/base/PresShell.h.1354671 firefox-65.0/layout/base/PresShell.h
+--- firefox-65.0/layout/base/PresShell.h.1354671 2019-01-29 11:50:08.516649643 +0100
++++ firefox-65.0/layout/base/PresShell.h 2019-01-29 11:51:48.930258629 +0100
@@ -205,7 +205,7 @@ class nsIPresShell : public nsStubDocume
* to the same aSize value. AllocateFrame is infallible and will abort
* on out-of-memory.
bgstack15