[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

ossy at webkit.org ossy at webkit.org
Fri Feb 26 22:21:10 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 815308736200f2c4dbe42fe51d606c1b4c58886f
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 16 13:32:44 2010 +0000

    [Qt] Unreviewed buildfix.
    
    * WebCore.pro: Missing backslash added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54821 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 8a488fd..b54f624 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-16  Csaba Osztrogonác  <ossy at webkit.org>
+
+        [Qt] Unreviewed buildfix.
+
+        * WebCore.pro: Missing backslash added.
+
 2010-02-16  Mikhail Naganov  <mnaganov at chromium.org>
 
         Reviewed by Pavel Feldman.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 3296ef3..11be106 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -342,7 +342,7 @@ SOURCES += \
     bindings/js/JavaScriptProfile.h \
     bindings/js/JavaScriptProfileNode.h \
     bindings/js/JavaScriptProfile.cpp \
-    bindings/js/JavaScriptProfileNode.cpp
+    bindings/js/JavaScriptProfileNode.cpp \
     bindings/js/ScriptArray.cpp \
     bindings/js/ScriptCachedFrameData.cpp \
     bindings/js/ScriptCallFrame.cpp \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list