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

dglazkov at chromium.org dglazkov at chromium.org
Thu Apr 8 02:11:30 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 7b63c0e600af1c9dc4ca547476ba53ba37003798
Author: dglazkov at chromium.org <dglazkov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Mar 5 18:26:07 2010 +0000

    2010-03-05  Dimitri Glazkov  <dglazkov at chromium.org>
    
            Reviewed by David Levin.
    
            [Chromium] Missing commas in WebCore.gypi file make building Geo unpossible.
            https://bugs.webkit.org/show_bug.cgi?id=35797
    
            No new tests, this is a latent compile break.
    
            * WebCore.gypi:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55590 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 401fa33..3ed2e9e 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-03-05  Dimitri Glazkov  <dglazkov at chromium.org>
+
+        Reviewed by David Levin.
+
+        [Chromium] Missing commas in WebCore.gypi file make building Geo unpossible.
+        https://bugs.webkit.org/show_bug.cgi?id=35797
+
+        No new tests, this is a latent compile break.
+
+        * WebCore.gypi:
+
 2010-03-04  Eric Carlson  <eric.carlson at apple.com>
 
         Reviewed by Adele Peterson.
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi
index 316565f..2727269 100644
--- a/WebCore/WebCore.gypi
+++ b/WebCore/WebCore.gypi
@@ -1839,13 +1839,13 @@
             'page/FrameView.h',
             'page/Geolocation.cpp',
             'page/Geolocation.h',
-            'page/GeolocationController.cpp'
-            'page/GeolocationController.h'
-            'page/GeolocationControllerClient.h'
-            'page/GeolocationError.h'
-            'page/GeolocationPosition.h'
-            'page/GeolocationPositionCache.cpp'
-            'page/GeolocationPositionCache.h'
+            'page/GeolocationController.cpp',
+            'page/GeolocationController.h',
+            'page/GeolocationControllerClient.h',
+            'page/GeolocationError.h',
+            'page/GeolocationPosition.h',
+            'page/GeolocationPositionCache.cpp',
+            'page/GeolocationPositionCache.h',
             'page/Geoposition.h',
             'page/HaltablePlugin.h',
             'page/History.cpp',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list