Index: content/ppapi_plugin/ppapi.sb |
diff --git a/content/ppapi_plugin/ppapi.sb b/content/ppapi_plugin/ppapi.sb |
index 6e8fa5686a0a11818c58ecc6aeeb7396211546bb..f87be9d8f153859310516784ecc2a8db07d3f9b5 100644 |
--- a/content/ppapi_plugin/ppapi.sb |
+++ b/content/ppapi_plugin/ppapi.sb |
@@ -14,10 +14,10 @@ |
; on 10.5 this is needed for the PDF plugin. |
(allow file-read* (regex #"^/Library/Fonts($|/)")) |
(allow mach-lookup (global-name "com.apple.FontObjectsServer")) ; 10.5.6 |
-;10.6_OR_ABOVE (allow mach-lookup (global-name "com.apple.FontServer")) ; 10.6 |
+(allow mach-lookup (global-name "com.apple.FontServer")) ; 10.6 |
; http://crbug.com/11269 |
-;10.6_OR_ABOVE (allow file-read* (subpath "@USER_HOMEDIR_AS_LITERAL@/Library/Fonts")) ; 10.6 |
+(allow file-read* (subpath "@USER_HOMEDIR_AS_LITERAL@/Library/Fonts")) ; 10.6 |
; Bits of Adobe Flash wish to open /dev/urandom directly rather than |
; using our cached file descriptor. |