Index: webkit/tools/test_shell/test_shell_gtk.cc |
=================================================================== |
--- webkit/tools/test_shell/test_shell_gtk.cc (revision 34948) |
+++ webkit/tools/test_shell/test_shell_gtk.cc (working copy) |
@@ -304,6 +304,7 @@ |
delete g_ahem_path; |
g_ahem_path = NULL; |
} |
+ FcFini(); |
} |
void TestShell::PlatformCleanUp() { |
@@ -314,7 +315,6 @@ |
reinterpret_cast<gpointer>(MainWindowDestroyed), this); |
gtk_widget_destroy(GTK_WIDGET(m_mainWnd)); |
} |
- FcFini(); |
} |
bool TestShell::Initialize(const GURL& starting_url) { |