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

steveblock at google.com steveblock at google.com
Thu Apr 8 00:30:01 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 9bc0b4aa445a974082f35e44ee3990562fc224bd
Author: steveblock at google.com <steveblock at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 9 22:35:44 2009 +0000

    Bug 32338 - [Chromium] Fix Chromium builder by including missing GeolocationServiceChromium
    https://bugs.webkit.org/show_bug.cgi?id=32338
    
    Patch by Jonathan Dixon <joth at chromium.org> on 2009-12-09
    Reviewed by Dimitri Glazkov.
    
    Fix build break: re-include file dropped out by merge in http://trac.webkit.org/changeset/51681/trunk/WebCore/WebCore.gypi
    
    * WebCore.gypi: Add missing GeolocationServiceChromium.cpp
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51925 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 255b9fd..2288451 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2009-12-09  Jonathan Dixon  <joth at chromium.org>
+
+        Reviewed by Dimitri Glazkov.
+
+        Bug 32338 - [Chromium] Fix Chromium builder by including missing GeolocationServiceChromium
+        https://bugs.webkit.org/show_bug.cgi?id=32338
+
+        Fix build break: re-include file dropped out by merge in http://trac.webkit.org/changeset/51681/trunk/WebCore/WebCore.gypi
+
+        * WebCore.gypi: Add missing GeolocationServiceChromium.cpp
+
 2009-12-09  Andreas Kling  <andreas.kling at nokia.com>
 
         Reviewed by Brady Eidson.
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi
index a9d4bb3..d22cf48 100644
--- a/WebCore/WebCore.gypi
+++ b/WebCore/WebCore.gypi
@@ -1867,6 +1867,7 @@
             'platform/chromium/FramelessScrollView.cpp',
             'platform/chromium/FramelessScrollView.h',
             'platform/chromium/FramelessScrollViewClient.h',
+            'platform/chromium/GeolocationServiceChromium.cpp',
             'platform/chromium/KeyCodeConversion.h',
             'platform/chromium/KeyCodeConversionGtk.cpp',
             'platform/chromium/KeyboardCodesPosix.h',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list