/[packages]/cauldron/firefox/current/SOURCES/rhbz-1354671.patch
ViewVC logotype

Contents of /cauldron/firefox/current/SOURCES/rhbz-1354671.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1380218 - (show annotations) (download)
Mon Mar 25 23:32:42 2019 UTC (5 years ago) by tv
File size: 720 byte(s)
66.0.1
1 diff -up firefox-65.0/layout/base/nsIPresShell.h.1354671 firefox-65.0/layout/base/nsIPresShell.h
2 --- firefox-65.0/layout/base/nsIPresShell.h.1354671 2019-01-29 11:50:08.516649643 +0100
3 +++ firefox-65.0/layout/base/nsIPresShell.h 2019-01-29 11:51:48.930258629 +0100
4 @@ -205,7 +205,7 @@ class nsIPresShell : public nsStubDocume
5 * to the same aSize value. AllocateFrame is infallible and will abort
6 * on out-of-memory.
7 */
8 - void* AllocateFrame(nsQueryFrame::FrameIID aID, size_t aSize) {
9 + void* __attribute__((optimize("no-lifetime-dse"))) AllocateFrame(nsQueryFrame::FrameIID aID, size_t aSize) {
10 void* result = mFrameArena.AllocateByFrameID(aID, aSize);
11 RecordAlloc(result);
12 return result;

  ViewVC Help
Powered by ViewVC 1.1.30