chromium 11.0.969.72
[chromium.git] / patches / patch-webkit_support_webkit__support__glue.cc
1 $NetBSD$
2
3 --- webkit/support/webkit_support_glue.cc.orig  2011-04-13 08:01:08.000000000 +0000
4 +++ webkit/support/webkit_support_glue.cc
5 @@ -99,7 +99,7 @@ void EnableSpdy(bool enable) {
6  void UserMetricsRecordAction(const std::string& action) {
7  }
8  
9 -#if defined(OS_LINUX)
10 +#if defined(OS_LINUX) || defined(OS_BSD)
11  int MatchFontWithFallback(const std::string& face, bool bold,
12                            bool italic, int charset) {
13    return -1;