Changeset 149119 in webkit


Ignore:
Timestamp:
Apr 25, 2013, 10:31:05 AM (12 years ago)
Author:
jer.noble@apple.com
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:
Location:
trunk/Source/WebKit2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r149118 r149119  
     12013-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
    192013-04-25  Martin Robinson  <mrobinson@igalia.com>
    210
  • trunk/Source/WebKit2/WebProcess/EntryPoint/mac/LegacyProcess/WebContentProcessMain.mm

    r149074 r149119  
    6464        // Remove the WebProcess shim from the DYLD_INSERT_LIBRARIES environment variable so any processes spawned by
    6565        // the WebProcess don't try to insert the shim and crash.
    66         EnvironmentUtilities::stripValuesEndingWithString("DYLD_INSERT_LIBRARIES", "/WebContentShim.dylib");
     66        EnvironmentUtilities::stripValuesEndingWithString("DYLD_INSERT_LIBRARIES", "/WebProcessShim.dylib");
    6767   
    6868#if USE(APPKIT)
  • trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info.plist

    r149074 r149119  
    4848                <dict>
    4949                        <key>DYLD_INSERT_LIBRARIES</key>
    50                         <string>$(WEBKIT2_FRAMEWORKS_DIR)/WebKit2.framework/WebProcess.app/Contents/MacOS/WebContentShim.dylib</string>
     50                        <string>$(WEBKIT2_FRAMEWORKS_DIR)/WebKit2.framework/WebProcess.app/Contents/MacOS/WebProcessShim.dylib</string>
    5151                </dict>
    5252        </dict>
Note: See TracChangeset for help on using the changeset viewer.