Index: content/shell/tools/plugin/main.cpp |
diff --git a/content/shell/tools/plugin/main.cpp b/content/shell/tools/plugin/main.cpp |
index ed1fb3c18b6c8a80b51f4137cec85b9aced410ea..0b1e55f67458a8e7d2a097bdd9c625facbc19327 100644 |
--- a/content/shell/tools/plugin/main.cpp |
+++ b/content/shell/tools/plugin/main.cpp |
@@ -352,6 +352,7 @@ NPError NPP_Destroy(NPP instance, NPSavedData **save) |
// Note: this intentionally avoids using pluginLog(), because that |
// requires running JS during document detach, which is forbidden. |
puts("PLUGIN: NPP_Destroy"); |
+ fflush(stdout); |
} |
#ifdef XP_MACOSX |