2008-10-15  Jeff Cook <cookiecaper@gmail.com>

        Reviewed by Holger Freyther.

        Stop SIGSEGV when leaving a page with a Flash object by reordering
        window destruction and plugin stop.

        See https://bugs.webkit.org/show_bug.cgi?id=20779

        * plugins/gtk/PluginViewGtk.cpp:
        (WebCore::PluginView::stop):


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@37618 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 8a73ad0..4db8afc 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2008-10-15  Jeff Cook <cookiecaper@gmail.com>
+
+        Reviewed by Holger Freyther.
+
+        Stop SIGSEGV when leaving a page with a Flash object by reordering
+        window destruction and plugin stop.
+
+        See https://bugs.webkit.org/show_bug.cgi?id=20779
+
+        * plugins/gtk/PluginViewGtk.cpp:
+        (WebCore::PluginView::stop):
+
 2008-10-15  Adele Peterson  <adele@apple.com>
 
         Reviewed by Sam Weinig.