[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
dglazkov at chromium.org
dglazkov at chromium.org
Wed Mar 17 18:22:26 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 2d07b897093d35d7382c210e99fbdeb9505eae7e
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