diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-05-31 19:15:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-05-31 19:15:19 +0200 |
commit | 12a9b079ddbb46e5a9d66749a7062aab41beef51 (patch) | |
tree | 4ebb5da41472322e83d9774bd48c547e575c7fe6 /xulrunner-1.9.2.1-build.patch | |
parent | c5886e4c1519a2105b4ddd1882664c5dc47f6cc0 (diff) |
update to thunderbird 3.1rc1
Diffstat (limited to 'xulrunner-1.9.2.1-build.patch')
-rw-r--r-- | xulrunner-1.9.2.1-build.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xulrunner-1.9.2.1-build.patch b/xulrunner-1.9.2.1-build.patch new file mode 100644 index 0000000..4d9ee43 --- /dev/null +++ b/xulrunner-1.9.2.1-build.patch @@ -0,0 +1,12 @@ +diff -up xulrunner-1.9.2.1/mozilla-1.9.2/layout/generic/nsFrame.h.old xulrunner-1.9.2.1/mozilla-1.9.2/layout/generic/nsFrame.h +--- xulrunner-1.9.2.1/mozilla/layout/generic/nsFrame.h.old 2009-11-11 15:34:51.000000000 +0100 ++++ xulrunner-1.9.2.1/mozilla/layout/generic/nsFrame.h 2009-11-11 15:33:09.000000000 +0100 +@@ -157,7 +157,7 @@ private: + // Left undefined; nsFrame objects are never allocated from the heap. + void* operator new(size_t sz) CPP_THROW_NEW; + +-protected: ++public: + // Overridden to prevent the global delete from being called, since + // the memory came out of an arena instead of the heap. + // |