Title: [149302] trunk/Source/WebKit2
Revision
149302
Author
[email protected]
Date
2013-04-29 11:53:17 -0700 (Mon, 29 Apr 2013)

Log Message

Unreviewed build fix. Point the Network process towards its own version of SecItemShim.dyld.

* NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info.plist:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (149301 => 149302)


--- trunk/Source/WebKit2/ChangeLog	2013-04-29 18:31:53 UTC (rev 149301)
+++ trunk/Source/WebKit2/ChangeLog	2013-04-29 18:53:17 UTC (rev 149302)
@@ -1,3 +1,9 @@
+2013-04-29  Jer Noble  <[email protected]>
+
+        Unreviewed build fix. Point the Network process towards its own version of SecItemShim.dyld.
+
+        * NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info.plist:
+
 2013-04-29  Alexey Proskuryakov  <[email protected]>
 
         Threads get stuck in NetworkProcess when canceling loads

Modified: trunk/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info.plist (149301 => 149302)


--- trunk/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info.plist	2013-04-29 18:31:53 UTC (rev 149301)
+++ trunk/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info.plist	2013-04-29 18:53:17 UTC (rev 149302)
@@ -41,7 +41,7 @@
 		<key>EnvironmentVariables</key>
 		<dict>
 			<key>DYLD_INSERT_LIBRARIES</key>
-			<string>$(WEBKIT2_FRAMEWORKS_DIR)/WebKit2.framework/WebProcess.app/Contents/MacOS/SecItemShim.dylib</string>
+			<string>$(WEBKIT2_FRAMEWORKS_DIR)/WebKit2.framework/NetworkProcess.app/Contents/MacOS/SecItemShim.dylib</string>
 		</dict>
 	</dict>
 </dict>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to