[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

jocelyn.turcotte at nokia.com jocelyn.turcotte at nokia.com
Thu Feb 4 21:29:11 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 3d7bdbe4e6a75fe17240e21277507f66fa13acbb
Author: jocelyn.turcotte at nokia.com <jocelyn.turcotte at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 27 09:49:39 2010 +0000

    [Qt] Corrects debug build of DumpRenderTree on Windows.
    
    Reviewed by Tor Arne Vestbø.
    
    * DumpRenderTree/qt/DumpRenderTree.pro:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53914 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index fb73cac..8d5e236 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,11 @@
+2010-01-26  Jocelyn Turcotte  <jocelyn.turcotte at nokia.com>
+
+        Reviewed by Tor Arne Vestbø.
+
+        [Qt] Corrects debug build of DumpRenderTree on Windows.
+
+        * DumpRenderTree/qt/DumpRenderTree.pro:
+
 2010-01-26  Daniel Bates  <dbates at webkit.org>
 
         Reviewed by Adam Barth.
diff --git a/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro b/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
index 4487044..ad42bdd 100644
--- a/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
+++ b/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
@@ -33,7 +33,8 @@ HEADERS = $$BASEDIR/WorkQueue.h \
     LayoutTestControllerQt.h \
     GCControllerQt.h \
     testplugin.h
-SOURCES = $$BASEDIR/WorkQueue.cpp \
+SOURCES = ../../../JavaScriptCore/wtf/Assertions.cpp \
+    $$BASEDIR/WorkQueue.cpp \
     DumpRenderTreeQt.cpp \
     EventSenderQt.cpp \
     TextInputControllerQt.cpp \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list