Title: [149119] trunk/Source/WebKit2
Revision
149119
Author
jer.no...@apple.com
Date
2013-04-25 10:31:05 -0700 (Thu, 25 Apr 2013)

Log Message

Further build fixes: correct two more misnames of WebProcessShim.dyld.

* WebProcess/EntryPoint/mac/LegacyProcess/WebContentProcessMain.mm:
(WebKit::WebContentProcessMainDelegate::doPreInitializationWork):
* WebProcess/EntryPoint/mac/XPCService/WebContentService/Info.plist:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (149118 => 149119)


--- trunk/Source/WebKit2/ChangeLog	2013-04-25 17:12:30 UTC (rev 149118)
+++ trunk/Source/WebKit2/ChangeLog	2013-04-25 17:31:05 UTC (rev 149119)
@@ -1,3 +1,11 @@
+2013-04-25  Jer Noble  <jer.no...@apple.com>
+
+        Further build fixes: correct two more misnames of WebProcessShim.dyld.
+
+        * WebProcess/EntryPoint/mac/LegacyProcess/WebContentProcessMain.mm:
+        (WebKit::WebContentProcessMainDelegate::doPreInitializationWork):
+        * WebProcess/EntryPoint/mac/XPCService/WebContentService/Info.plist:
+
 2013-04-25  Martin Robinson  <mrobin...@igalia.com>
 
         Make gobject-introspection warnings non-fatal

Modified: trunk/Source/WebKit2/WebProcess/EntryPoint/mac/LegacyProcess/WebContentProcessMain.mm (149118 => 149119)


--- trunk/Source/WebKit2/WebProcess/EntryPoint/mac/LegacyProcess/WebContentProcessMain.mm	2013-04-25 17:12:30 UTC (rev 149118)
+++ trunk/Source/WebKit2/WebProcess/EntryPoint/mac/LegacyProcess/WebContentProcessMain.mm	2013-04-25 17:31:05 UTC (rev 149119)
@@ -63,7 +63,7 @@
     {
         // Remove the WebProcess shim from the DYLD_INSERT_LIBRARIES environment variable so any processes spawned by
         // the WebProcess don't try to insert the shim and crash.
-        EnvironmentUtilities::stripValuesEndingWithString("DYLD_INSERT_LIBRARIES", "/WebContentShim.dylib");
+        EnvironmentUtilities::stripValuesEndingWithString("DYLD_INSERT_LIBRARIES", "/WebProcessShim.dylib");
     
 #if USE(APPKIT)
         RunLoop::setUseApplicationRunLoopOnMainRunLoop();

Modified: trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info.plist (149118 => 149119)


--- trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info.plist	2013-04-25 17:12:30 UTC (rev 149118)
+++ trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info.plist	2013-04-25 17:31:05 UTC (rev 149119)
@@ -47,7 +47,7 @@
 		<key>EnvironmentVariables</key>
 		<dict>
 			<key>DYLD_INSERT_LIBRARIES</key>
-			<string>$(WEBKIT2_FRAMEWORKS_DIR)/WebKit2.framework/WebProcess.app/Contents/MacOS/WebContentShim.dylib</string>
+			<string>$(WEBKIT2_FRAMEWORKS_DIR)/WebKit2.framework/WebProcess.app/Contents/MacOS/WebProcessShim.dylib</string>
 		</dict>
 	</dict>
 </dict>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to