diff options
Diffstat (limited to 'mail/thunderbird-esr/files/patch-bug729155')
-rw-r--r-- | mail/thunderbird-esr/files/patch-bug729155 | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/thunderbird-esr/files/patch-bug729155 b/mail/thunderbird-esr/files/patch-bug729155 deleted file mode 100644 index b4791bb1141a..000000000000 --- a/mail/thunderbird-esr/files/patch-bug729155 +++ /dev/null @@ -1,18 +0,0 @@ ---- mozilla/dom/plugins/ipc/PluginMessageUtils.cpp -+++ mozilla/dom/plugins/ipc/PluginMessageUtils.cpp -@@ -114,6 +114,7 @@ MediateRace(const RPCChannel::Message& parent, - } - } - -+#if defined(OS_LINUX) - static string - ReplaceAll(const string& haystack, const string& needle, const string& with) - { -@@ -127,6 +128,7 @@ ReplaceAll(const string& haystack, const string& needle, const string& with) - - return munged; - } -+#endif - - string - MungePluginDsoPath(const string& path) |