--- third_party/WebKit/WebCore/platform/graphics/chromium/FontPlatformData.h (revision 49050) +++ third_party/WebKit/WebCore/platform/graphics/chromium/FontPlatformData.h (working copy) @@ -33,7 +33,7 @@ #if PLATFORM(WIN_OS) #include "FontPlatformDataChromiumWin.h" -#elif defined(__linux__) +#elif defined(__linux__) || defined(__FreeBSD__) #include "FontPlatformDataLinux.h" #endif Index: third_party/WebKit/WebKit/chromium/src/ChromiumBridge.cpp ===================================================================