From 8b8c4b4231bf55eac3a0fbb4d6201f3d582dd684 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Jul 2010 10:39:46 +0200 Subject: First Firefox 4.0 work --- firefox4-build-del.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 firefox4-build-del.patch (limited to 'firefox4-build-del.patch') diff --git a/firefox4-build-del.patch b/firefox4-build-del.patch new file mode 100644 index 0000000..4659d48 --- /dev/null +++ b/firefox4-build-del.patch @@ -0,0 +1,11 @@ +--- mozilla-central/layout/generic/nsFrame.h.del 2010-07-28 08:52:27.638525808 +0200 ++++ mozilla-central/layout/generic/nsFrame.h 2010-07-28 08:52:33.404150969 +0200 +@@ -151,7 +151,7 @@ + // 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. + // -- cgit