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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 14:59:53 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7ef086c9acd854b4cba932e2683e165bc6d2a8a4
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 27 06:15:12 2010 +0000

    2010-10-26  Antonio Gomes  <agomes at rim.com>
    
            Reviewed by Martin Robinson.
    
            Remove the absolute path used to include DumpRenderTreeSupportGtk.h from LayoutTestController.h
    
            It turns out this is rather unneeded since WebKitTools/GNUMakefile.am has WebKit/gtk/ in its include
            path, and then we can just do #include "WebCoreSupport/DumpRenderTreeSupportGtk.h"
    
            * DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70616 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 3a935c8..508c984 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,14 @@
+2010-10-26  Antonio Gomes  <agomes at rim.com>
+
+        Reviewed by Martin Robinson.
+
+        Remove the absolute path used to include DumpRenderTreeSupportGtk.h from LayoutTestController.h
+
+        It turns out this is rather unneeded since WebKitTools/GNUMakefile.am has WebKit/gtk/ in its include
+        path, and then we can just do #include "WebCoreSupport/DumpRenderTreeSupportGtk.h"
+
+        * DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:
+
 2010-10-26  David Kilzer  <ddkilzer at apple.com>
 
         Rename WebArchiveDumpSupport.mm to WebArchiveDumpSupport.cpp
diff --git a/WebKitTools/DumpRenderTree/gtk/LayoutTestControllerGtk.cpp b/WebKitTools/DumpRenderTree/gtk/LayoutTestControllerGtk.cpp
index d29512a..04d97eb 100644
--- a/WebKitTools/DumpRenderTree/gtk/LayoutTestControllerGtk.cpp
+++ b/WebKitTools/DumpRenderTree/gtk/LayoutTestControllerGtk.cpp
@@ -33,8 +33,8 @@
 #include "config.h"
 #include "LayoutTestController.h"
 
-#include "../../../WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.h"
 #include "DumpRenderTree.h"
+#include "WebCoreSupport/DumpRenderTreeSupportGtk.h"
 #include "WorkQueue.h"
 #include "WorkQueueItem.h"
 #include <JavaScriptCore/JSRetainPtr.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list