13 lines
603 B
Plaintext
13 lines
603 B
Plaintext
$OpenBSD: patch-webkit_glue_webkit_glue_h,v 1.2 2011/03/15 11:38:05 robert Exp $
|
|
--- webkit/glue/webkit_glue.h.orig Fri Mar 11 10:01:07 2011
|
|
+++ webkit/glue/webkit_glue.h Mon Mar 14 10:55:38 2011
|
|
@@ -288,7 +288,7 @@ bool LaunchSelLdr(const char* alleged_url, int socket_
|
|
void* nacl_process_handle, int* nacl_process_id);
|
|
#endif
|
|
|
|
-#if defined(OS_LINUX)
|
|
+#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
|
// Return a read-only file descriptor to the font which best matches the given
|
|
// properties or -1 on failure.
|
|
// charset: specifies the language(s) that the font must cover. See
|