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

mrobinson at webkit.org mrobinson at webkit.org
Fri Jan 21 14:46:46 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 0fd1cb93d4d23e31fa101e978997ff27cd4ddae2
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 29 22:58:39 2010 +0000

    2010-12-29  Martin Robinson  <mrobinson at igalia.com>
    
            Build fix for GTK+.
    
            * webkit/webkitwebinspector.cpp: Add missing DumpRenderTreeSupportGtk include.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74765 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index fe93a8d..a157ce5 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,5 +1,11 @@
 2010-12-29  Martin Robinson  <mrobinson at igalia.com>
 
+        Build fix for GTK+.
+
+        * webkit/webkitwebinspector.cpp: Add missing DumpRenderTreeSupportGtk include.
+
+2010-12-29  Martin Robinson  <mrobinson at igalia.com>
+
         [GTK] GSettings warning is concealing real warnings on the build bots
         https://bugs.webkit.org/show_bug.cgi?id=51691
 
diff --git a/WebKit/gtk/webkit/webkitwebinspector.cpp b/WebKit/gtk/webkit/webkitwebinspector.cpp
index 7f0b3ed..514085b 100644
--- a/WebKit/gtk/webkit/webkitwebinspector.cpp
+++ b/WebKit/gtk/webkit/webkitwebinspector.cpp
@@ -22,6 +22,7 @@
 #include "config.h"
 #include "webkitwebinspector.h"
 
+#include "DumpRenderTreeSupportGtk.h"
 #include "FocusController.h"
 #include "Frame.h"
 #include "HitTestRequest.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list