Changeset 149119 in webkit
- Timestamp:
- Apr 25, 2013, 10:31:05 AM (12 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r149118 r149119 1 2013-04-25 Jer Noble <jer.noble@apple.com> 2 3 Further build fixes: correct two more misnames of WebProcessShim.dyld. 4 5 * WebProcess/EntryPoint/mac/LegacyProcess/WebContentProcessMain.mm: 6 (WebKit::WebContentProcessMainDelegate::doPreInitializationWork): 7 * WebProcess/EntryPoint/mac/XPCService/WebContentService/Info.plist: 8 1 9 2013-04-25 Martin Robinson <mrobinson@igalia.com> 2 10 -
trunk/Source/WebKit2/WebProcess/EntryPoint/mac/LegacyProcess/WebContentProcessMain.mm
r149074 r149119 64 64 // Remove the WebProcess shim from the DYLD_INSERT_LIBRARIES environment variable so any processes spawned by 65 65 // the WebProcess don't try to insert the shim and crash. 66 EnvironmentUtilities::stripValuesEndingWithString("DYLD_INSERT_LIBRARIES", "/Web ContentShim.dylib");66 EnvironmentUtilities::stripValuesEndingWithString("DYLD_INSERT_LIBRARIES", "/WebProcessShim.dylib"); 67 67 68 68 #if USE(APPKIT) -
trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info.plist
r149074 r149119 48 48 <dict> 49 49 <key>DYLD_INSERT_LIBRARIES</key> 50 <string>$(WEBKIT2_FRAMEWORKS_DIR)/WebKit2.framework/WebProcess.app/Contents/MacOS/Web ContentShim.dylib</string>50 <string>$(WEBKIT2_FRAMEWORKS_DIR)/WebKit2.framework/WebProcess.app/Contents/MacOS/WebProcessShim.dylib</string> 51 51 </dict> 52 52 </dict>
Note:
See TracChangeset
for help on using the changeset viewer.