Changeset 185814 in webkit


Ignore:
Timestamp:
Jun 21, 2015 4:44:07 PM (9 years ago)
Author:
mitz@apple.com
Message:

<rdar://problem/21444762> REGRESSION (r184215): Plug-in services crash on launch on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=146195

Reviewed by Sam Weinig.

  • Configurations/PluginService.32.xcconfig: Changed the Yosemite definition of

INFOPLIST_FILE such that it would also apply to the macosx10.10.internal SDK.

  • Configurations/PluginService.64.xcconfig: Ditto.
Location:
trunk/Source/WebKit2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r185810 r185814  
     12015-06-21  Dan Bernstein  <mitz@apple.com>
     2
     3        <rdar://problem/21444762> REGRESSION (r184215): Plug-in services crash on launch on Yosemite
     4        https://bugs.webkit.org/show_bug.cgi?id=146195
     5
     6        Reviewed by Sam Weinig.
     7
     8        * Configurations/PluginService.32.xcconfig: Changed the Yosemite definition of
     9        INFOPLIST_FILE such that it would also apply to the macosx10.10.internal SDK.
     10        * Configurations/PluginService.64.xcconfig: Ditto.
     11
    1122015-06-21  Dan Bernstein  <mitz@apple.com>
    213
  • trunk/Source/WebKit2/Configurations/PluginService.32.xcconfig

    r184215 r185814  
    3333INFOPLIST_FILE = PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64.Info.plist;
    3434INFOPLIST_FILE[sdk=macosx10.9*] = PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64-10.9-10.10.Info.plist;
    35 INFOPLIST_FILE[sdk=macosx10.10] = PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64-10.9-10.10.Info.plist;
     35INFOPLIST_FILE[sdk=macosx10.10*] = PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64-10.9-10.10.Info.plist;
    3636
    3737OTHER_LDFLAGS = $(OTHER_LDFLAGS) $(OTHER_LDFLAGS_PLATFORM) $(OTHER_LDFLAGS_VERSIONED_FRAMEWORK_PATH);
  • trunk/Source/WebKit2/Configurations/PluginService.64.xcconfig

    r184215 r185814  
    3333INFOPLIST_FILE = PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64.Info.plist;
    3434INFOPLIST_FILE[sdk=macosx10.9*] = PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64-10.9-10.10.Info.plist;
    35 INFOPLIST_FILE[sdk=macosx10.10] = PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64-10.9-10.10.Info.plist;
     35INFOPLIST_FILE[sdk=macosx10.10*] = PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64-10.9-10.10.Info.plist;
    3636
    3737OTHER_LDFLAGS = $(OTHER_LDFLAGS) $(OTHER_LDFLAGS_PLATFORM) $(OTHER_LDFLAGS_VERSIONED_FRAMEWORK_PATH);
Note: See TracChangeset for help on using the changeset viewer.