[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

kov at webkit.org kov at webkit.org
Thu Apr 8 00:43:29 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 973e3aa5c448411a959565734730a4946847c580
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Dec 19 16:24:32 2009 +0000

    2009-12-19  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
    
            Unreviewed build fix. Missing \.
    
            * GNUmakefile.am:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52384 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 87f3e2a..cb97fbb 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-19  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
+
+        Unreviewed build fix. Missing \.
+
+        * GNUmakefile.am:
+
 2009-12-19  Evan Martin  <evan at chromium.org>
 
         Reviewed by Gustavo Noronha Silva.
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index 1d57097..703de6c 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -2652,7 +2652,7 @@ webcore_sources += \
 	WebCore/bindings/js/JSCustomPositionCallback.h \
 	WebCore/bindings/js/JSCustomPositionErrorCallback.cpp \
 	WebCore/bindings/js/JSCustomPositionErrorCallback.h \
-	WebCore/bindings/js/JSGeolocationCustom.cpp
+	WebCore/bindings/js/JSGeolocationCustom.cpp \
 	WebCore/page/Geolocation.cpp \
 	WebCore/page/Geolocation.h \
 	WebCore/page/GeolocationController.cpp \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list