summaryrefslogtreecommitdiff
path: root/www/firefox-esr/files/patch-dom-plugins-ipc-PluginMessageUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox-esr/files/patch-dom-plugins-ipc-PluginMessageUtils.cpp')
-rw-r--r--www/firefox-esr/files/patch-dom-plugins-ipc-PluginMessageUtils.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/firefox-esr/files/patch-dom-plugins-ipc-PluginMessageUtils.cpp b/www/firefox-esr/files/patch-dom-plugins-ipc-PluginMessageUtils.cpp
new file mode 100644
index 000000000000..1dfabdbe21bd
--- /dev/null
+++ b/www/firefox-esr/files/patch-dom-plugins-ipc-PluginMessageUtils.cpp
@@ -0,0 +1,11 @@
+--- dom/plugins/ipc/PluginMessageUtils.cpp~
++++ dom/plugins/ipc/PluginMessageUtils.cpp
+@@ -94,7 +94,7 @@ ReplaceAll(const string& haystack, const
+ i += with.length();
+ }
+
+- return munged;
++ return munged.c_str();
+ }
+ #endif
+