Index: content/browser/browser_child_process_host.cc |
diff --git a/content/browser/browser_child_process_host.cc b/content/browser/browser_child_process_host.cc |
index 40b6598799cc55deb55ad34843031cc556c7a242..1eadddba20faa4b22400a417ee86fd8c5a968268 100644 |
--- a/content/browser/browser_child_process_host.cc |
+++ b/content/browser/browser_child_process_host.cc |
@@ -153,6 +153,10 @@ void BrowserChildProcessHost::OnChildDied() { |
// Notify in the main loop of the disconnection. |
Notify(content::NOTIFICATION_CHILD_PROCESS_HOST_DISCONNECTED); |
} |
+#if defined (OS_WIN) |
+ ChildProcessHost::ReleaseCachedFont( |
+ base::GetProcId(child_process_->GetHandle())); |
+#endif |
ChildProcessHost::OnChildDied(); |
} |