[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

tonyg at chromium.org tonyg at chromium.org
Fri Jan 21 14:54:43 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit e23555db6fdbfc7096f92c95f56ce69b3b092041
Author: tonyg at chromium.org <tonyg at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 4 17:29:48 2011 +0000

    2011-01-04  Tony Gentilcore  <tonyg at chromium.org>
    
            Unreviewed build fix.
    
            Include glib-object.h for GObject
            https://bugs.webkit.org/show_bug.cgi?id=51876
    
            * bindings/gobject/DOMObjectCache.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74972 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 2863c18..95f2913 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-04  Tony Gentilcore  <tonyg at chromium.org>
+
+        Unreviewed build fix.
+
+        Include glib-object.h for GObject
+        https://bugs.webkit.org/show_bug.cgi?id=51876
+
+        * bindings/gobject/DOMObjectCache.cpp:
+
 2011-01-04  Ryosuke Niwa  <rniwa at webkit.org>
 
         Reviewed by Dan Bernstein.
diff --git a/WebCore/bindings/gobject/DOMObjectCache.cpp b/WebCore/bindings/gobject/DOMObjectCache.cpp
index 7bf1679..2e7f106 100644
--- a/WebCore/bindings/gobject/DOMObjectCache.cpp
+++ b/WebCore/bindings/gobject/DOMObjectCache.cpp
@@ -21,6 +21,7 @@
 
 #include "Document.h"
 #include "Node.h"
+#include "glib-object.h"
 #include <wtf/HashMap.h>
 
 namespace WebKit {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list