Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(570)

Unified Diff: webkit/api/src/ChromiumBridge.cpp

Issue 199105: Continue with the FreeBSD port - this version builds and links, though... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libevent/event.c ('k') | webkit/glue/plugins/plugin_lib.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/src/ChromiumBridge.cpp
===================================================================
--- webkit/api/src/ChromiumBridge.cpp (revision 25977)
+++ webkit/api/src/ChromiumBridge.cpp (working copy)
@@ -52,7 +52,7 @@
#include "WebThemeEngine.h"
#endif
-#if PLATFORM(LINUX)
+#if PLATFORM(LINUX) || PLATFORM(FREEBSD)
#include "WebSandboxSupport.h"
#include "WebFontInfo.h"
#endif
@@ -203,7 +203,7 @@
}
#endif
-#if PLATFORM(LINUX)
+#if PLATFORM(LINUX) || PLATFORM(FREEBSD)
String ChromiumBridge::getFontFamilyForCharacters(const UChar* characters, size_t numCharacters)
{
if (webKitClient()->sandboxSupport())
@@ -566,4 +566,4 @@
return webKitClient()->createWorkerContextProxy(worker);
}
-} // namespace WebCore
+} // namespace WebCore
« no previous file with comments | « third_party/libevent/event.c ('k') | webkit/glue/plugins/plugin_lib.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698