summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-dom-plugins-ipc-PluginMessageUtils.cpp
blob: 1dfabdbe21bdb7afe1610430015afa759c124fac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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