[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

xan at webkit.org xan at webkit.org
Wed Dec 22 16:30:16 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2fad1aedd3dad3ce57d63957701fcbcef92c762a
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 24 19:23:27 2010 +0000

    2010-11-24  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Martin Robinson.
    
            * bindings/gobject/WebKitDOMBinding.h: fix stlye nit.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72692 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index b739402..e498e54 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -2,6 +2,12 @@
 
         Reviewed by Martin Robinson.
 
+        * bindings/gobject/WebKitDOMBinding.h: fix stlye nit.
+
+2010-11-24  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Martin Robinson.
+
         [GTK] Make kit() methods return the proper type instead of gpointer
         https://bugs.webkit.org/show_bug.cgi?id=50034
 
diff --git a/WebCore/bindings/gobject/WebKitDOMBinding.h b/WebCore/bindings/gobject/WebKitDOMBinding.h
index fde47af..ca7840e 100644
--- a/WebCore/bindings/gobject/WebKitDOMBinding.h
+++ b/WebCore/bindings/gobject/WebKitDOMBinding.h
@@ -24,8 +24,8 @@
 #ifndef WebKitDOMBinding_h
 #define WebKitDOMBinding_h
 
-#include <glib.h>
 #include "webkit/webkitdomdefines.h"
+#include <glib.h>
 
 namespace WebCore {
 class Node;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list