Changeset 129957 in webkit


Ignore:
Timestamp:
Sep 28, 2012, 4:08:09 PM (13 years ago)
Author:
weinig@apple.com
Message:

Fix pluralization of Info.plist key.

Rubber-stamped by Anders Carlsson.

  • WebProcessService/Info.plist:
  • WebProcessServiceForWebKitDevelopment/Info.plist:

It's _MultipleInstances, not _MultipleInstance. :(

Location:
trunk/Source/WebKit2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r129942 r129957  
     12012-09-28  Sam Weinig  <sam@webkit.org>
     2
     3        Fix pluralization of Info.plist key.
     4
     5        Rubber-stamped by Anders Carlsson.
     6
     7        * WebProcessService/Info.plist:
     8        * WebProcessServiceForWebKitDevelopment/Info.plist:
     9        It's _MultipleInstances, not _MultipleInstance. :(
     10
    1112012-09-28  Anders Carlsson  <andersca@apple.com>
    212
  • trunk/Source/WebKit2/WebProcessService/Info.plist

    r129293 r129957  
    3333                <key>RunLoopType</key>
    3434                <string>_NSApplicationMain</string>
    35                 <key>_MultipleInstance</key>
     35                <key>_MultipleInstances</key>
    3636                <true/>
    3737                <key>EnvironmentVariables</key>
  • trunk/Source/WebKit2/WebProcessServiceForWebKitDevelopment/Info.plist

    r129293 r129957  
    3333                <key>RunLoopType</key>
    3434                <string>_NSApplicationMain</string>
    35                 <key>_MultipleInstance</key>
     35                <key>_MultipleInstances</key>
    3636                <true/>
    3737        </dict>
Note: See TracChangeset for help on using the changeset viewer.