chromium 11.0.969.72
[chromium.git] / patches / patch-webkit_tools_test__shell_test__shell.cc
1 $NetBSD$
2
3 --- webkit/tools/test_shell/test_shell.cc.orig  2011-05-24 08:01:05.000000000 +0000
4 +++ webkit/tools/test_shell/test_shell.cc
5 @@ -703,7 +703,7 @@ bool LaunchSelLdr(const char* alleged_ur
6    return false;
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;