summaryrefslogtreecommitdiffstats
path: root/firefox4-build-del.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-09-08 17:27:38 +0200
committerRemi Collet <fedora@famillecollet.com>2010-09-08 17:27:38 +0200
commit54435d6221d3de6cd3c6af98be527d6ac5f2bbef (patch)
tree13aebcc7269608600198ad74ee75ba59dc306b60 /firefox4-build-del.patch
parente9d4e922d33d6305c213144d36adfb480411e868 (diff)
firefox4-4.0-0.8.beta5 + sync patches with rawhide
Diffstat (limited to 'firefox4-build-del.patch')
-rw-r--r--firefox4-build-del.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/firefox4-build-del.patch b/firefox4-build-del.patch
deleted file mode 100644
index 4659d48..0000000
--- a/firefox4-build-del.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.
- //