Changeset 129957 in webkit
- Timestamp:
- Sep 28, 2012, 4:08:09 PM (13 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r129942 r129957 1 2012-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 1 11 2012-09-28 Anders Carlsson <andersca@apple.com> 2 12 -
trunk/Source/WebKit2/WebProcessService/Info.plist
r129293 r129957 33 33 <key>RunLoopType</key> 34 34 <string>_NSApplicationMain</string> 35 <key>_MultipleInstance </key>35 <key>_MultipleInstances</key> 36 36 <true/> 37 37 <key>EnvironmentVariables</key> -
trunk/Source/WebKit2/WebProcessServiceForWebKitDevelopment/Info.plist
r129293 r129957 33 33 <key>RunLoopType</key> 34 34 <string>_NSApplicationMain</string> 35 <key>_MultipleInstance </key>35 <key>_MultipleInstances</key> 36 36 <true/> 37 37 </dict>
Note:
See TracChangeset
for help on using the changeset viewer.