diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2012-08-28 20:25:56 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2012-08-28 20:25:56 +0000 |
| commit | 4446d44189e32b6834c163cc27f34931641f0341 (patch) | |
| tree | ad4b38fa1e8ec7d094fa62d6d293bd0eb3ae9c01 /www/chromium/files/patch-content__browser__geolocation__location_provider.cc | |
| parent | - Update to 3.05 (diff) | |
- Update to 21.0.1180.81
- Drop build dependency on devel/subversion
Submitted by: George Liaskos
Security: CVE-2012-[2846-2860], CVE-2012-[2862-2863]
Diffstat (limited to 'www/chromium/files/patch-content__browser__geolocation__location_provider.cc')
| -rw-r--r-- | www/chromium/files/patch-content__browser__geolocation__location_provider.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-content__browser__geolocation__location_provider.cc b/www/chromium/files/patch-content__browser__geolocation__location_provider.cc index db03211bf341..7c469ff71055 100644 --- a/www/chromium/files/patch-content__browser__geolocation__location_provider.cc +++ b/www/chromium/files/patch-content__browser__geolocation__location_provider.cc @@ -1,11 +1,11 @@ ---- content/browser/geolocation/location_provider.cc.orig 2011-09-15 01:38:39.000000000 +0300 -+++ content/browser/geolocation/location_provider.cc 2011-09-15 01:39:07.000000000 +0300 +--- content/browser/geolocation/location_provider.cc.orig 2012-07-18 10:01:25.000000000 +0300 ++++ content/browser/geolocation/location_provider.cc 2012-07-25 21:04:42.000000000 +0300 @@ -56,7 +56,7 @@ } } --#if !defined(OS_LINUX) && !defined(OS_MACOSX) && !defined(OS_WIN) -+#if !defined(OS_LINUX) && !defined(OS_FREEBSD) && !defined(OS_MACOSX) && !defined(OS_WIN) +-#if !defined(OS_LINUX) && !defined(OS_MACOSX) && !defined(OS_WIN) && !defined OS_ANDROID ++#if !defined(OS_LINUX) && !defined(OS_MACOSX) && !defined(OS_WIN) && !defined OS_ANDROID && !defined(OS_FREEBSD) LocationProviderBase* NewSystemLocationProvider() { return NULL; } |
