ports/www/chromium/files/patch-content__browser__geolocation__location_provider.cc
Baptiste Daroussin 4f90e2ad34 - update to 14.0.835.163
- now use system tcmalloc

Submitted by:	George Liaskos
Obtained from:	Chromium development repository
With hat:	chromium@
2011-09-18 17:11:32 +00:00

11 lines
441 B
C++

--- 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
@@ -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)
LocationProviderBase* NewSystemLocationProvider() {
return NULL;
}