1 2 3 4 5 6 7 8 9 10 11
--- mozilla/dom/plugins/ipc/PluginMessageUtils.cpp~ +++ mozilla/dom/plugins/ipc/PluginMessageUtils.cpp @@ -94,7 +94,7 @@ ReplaceAll(const string& haystack, const i += with.length(); } - return munged; + return munged.c_str(); } #endif