Title: [169052] trunk/Source/WebKit2
Revision
169052
Author
[email protected]
Date
2014-05-19 11:14:09 -0700 (Mon, 19 May 2014)

Log Message

[Mac] Fix a typo in plug-in sandbox
https://bugs.webkit.org/show_bug.cgi?id=133074

Reviewed by Anders Carlsson.

* Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (169051 => 169052)


--- trunk/Source/WebKit2/ChangeLog	2014-05-19 18:00:10 UTC (rev 169051)
+++ trunk/Source/WebKit2/ChangeLog	2014-05-19 18:14:09 UTC (rev 169052)
@@ -1,3 +1,12 @@
+2014-05-19  Alexey Proskuryakov  <[email protected]>
+
+        [Mac] Fix a typo in plug-in sandbox
+        https://bugs.webkit.org/show_bug.cgi?id=133074
+
+        Reviewed by Anders Carlsson.
+
+        * Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb:
+
 2014-05-16  Andy Estes  <[email protected]>
 
         [WebKit2] Wake up threads blocked in waitForAndDispatchImmediately() if we lose our connection

Modified: trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb (169051 => 169052)


--- trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb	2014-05-19 18:00:10 UTC (rev 169051)
+++ trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb	2014-05-19 18:14:09 UTC (rev 169052)
@@ -315,7 +315,7 @@
         (literal "/private/etc/cups/client.conf")
         (literal "/private/etc/cups/lpoptions")
         (subpath "/private/etc/cups/ppd")
-        (subpath "/private/var/run/cupsd"))
+        (literal "/private/var/run/cupsd"))
     (shared-preferences-read "org.cups.PrintingPrefs"))
 
 ;; Text Services Manager
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to