Title: [126242] trunk/Source/WebKit2
Revision
126242
Author
[email protected]
Date
2012-08-21 18:29:22 -0700 (Tue, 21 Aug 2012)

Log Message

Unreviewed, rolling out r126216.
http://trac.webkit.org/changeset/126216
https://bugs.webkit.org/show_bug.cgi?id=94661

"Broke many Mac-WK2 tests" (Requested by bradee-oh on
#webkit).

Patch by Sheriff Bot <[email protected]> on 2012-08-21

* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (126241 => 126242)


--- trunk/Source/WebKit2/ChangeLog	2012-08-22 01:26:49 UTC (rev 126241)
+++ trunk/Source/WebKit2/ChangeLog	2012-08-22 01:29:22 UTC (rev 126242)
@@ -1,3 +1,14 @@
+2012-08-21  Sheriff Bot  <[email protected]>
+
+        Unreviewed, rolling out r126216.
+        http://trac.webkit.org/changeset/126216
+        https://bugs.webkit.org/show_bug.cgi?id=94661
+
+        "Broke many Mac-WK2 tests" (Requested by bradee-oh on
+        #webkit).
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2012-08-21  Sudarsana Nagineni  <[email protected]>
 
         [GTK] [WK2] Memory leaks in TestWebKitFindController

Modified: trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in (126241 => 126242)


--- trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2012-08-22 01:26:49 UTC (rev 126241)
+++ trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2012-08-22 01:29:22 UTC (rev 126242)
@@ -8,10 +8,6 @@
 ;; Distributed notifications, local pasteboard client
 (corefoundation)
 
-;; Override an unnecessary entry from system.sb.
-(deny mach-lookup
-       (global-name "com.apple.xpcd"))
-
 ;; Utility functions for home directory relative path filters
 (define (home-regex home-relative-regex)
   (regex (string-append "^" (regex-quote (param "HOME_DIR")) home-relative-regex)))
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to