Title: [88696] trunk/Source/WebCore
Revision
88696
Author
x...@webkit.org
Date
2011-06-13 14:23:29 -0700 (Mon, 13 Jun 2011)

Log Message

2011-06-13  Xan Lopez  <xlo...@igalia.com>

        Unreviewed build fix.

        Touch this to try to fix the build...

        * platform/gtk/WidgetGtk.cpp:
        (WebCore::Widget::~Widget):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (88695 => 88696)


--- trunk/Source/WebCore/ChangeLog	2011-06-13 21:22:05 UTC (rev 88695)
+++ trunk/Source/WebCore/ChangeLog	2011-06-13 21:23:29 UTC (rev 88696)
@@ -1,5 +1,14 @@
 2011-06-13  Xan Lopez  <xlo...@igalia.com>
 
+        Unreviewed build fix.
+
+        Touch this to try to fix the build...
+
+        * platform/gtk/WidgetGtk.cpp:
+        (WebCore::Widget::~Widget):
+
+2011-06-13  Xan Lopez  <xlo...@igalia.com>
+
         Try to fix GTK+ build.
 
         * GNUmakefile.list.am: remove CredentialStorage.cpp

Modified: trunk/Source/WebCore/platform/gtk/WidgetGtk.cpp (88695 => 88696)


--- trunk/Source/WebCore/platform/gtk/WidgetGtk.cpp	2011-06-13 21:22:05 UTC (rev 88695)
+++ trunk/Source/WebCore/platform/gtk/WidgetGtk.cpp	2011-06-13 21:23:29 UTC (rev 88696)
@@ -52,6 +52,7 @@
 Widget::~Widget()
 {
     ASSERT(!parent());
+
     releasePlatformWidget();
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to