summaryrefslogtreecommitdiffstats
path: root/xulrunner-1.9.2.1-build.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-12-22 16:49:48 +0100
committerRemi Collet <fedora@famillecollet.com>2011-12-22 16:49:48 +0100
commit2e5013b06612bcfdf8050c569cd9f12a758e8fa4 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /xulrunner-1.9.2.1-build.patch
parent5f139fd8d735a957395c0d01bcc835271d80999f (diff)
clean
Diffstat (limited to 'xulrunner-1.9.2.1-build.patch')
-rw-r--r--xulrunner-1.9.2.1-build.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/xulrunner-1.9.2.1-build.patch b/xulrunner-1.9.2.1-build.patch
deleted file mode 100644
index 12f966b..0000000
--- a/xulrunner-1.9.2.1-build.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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-1.9.2/layout/generic/nsFrame.h.old 2009-11-11 15:34:51.000000000 +0100
-+++ xulrunner-1.9.2.1/mozilla-1.9.2/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.
- //