Title: [129957] trunk/Source/WebKit2
- Revision
- 129957
- Author
- [email protected]
- Date
- 2012-09-28 16:08:09 -0700 (Fri, 28 Sep 2012)
Log Message
Fix pluralization of Info.plist key.
Rubber-stamped by Anders Carlsson.
* WebProcessService/Info.plist:
* WebProcessServiceForWebKitDevelopment/Info.plist:
It's _MultipleInstances, not _MultipleInstance. :(
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (129956 => 129957)
--- trunk/Source/WebKit2/ChangeLog 2012-09-28 23:07:39 UTC (rev 129956)
+++ trunk/Source/WebKit2/ChangeLog 2012-09-28 23:08:09 UTC (rev 129957)
@@ -1,3 +1,13 @@
+2012-09-28 Sam Weinig <[email protected]>
+
+ Fix pluralization of Info.plist key.
+
+ Rubber-stamped by Anders Carlsson.
+
+ * WebProcessService/Info.plist:
+ * WebProcessServiceForWebKitDevelopment/Info.plist:
+ It's _MultipleInstances, not _MultipleInstance. :(
+
2012-09-28 Anders Carlsson <[email protected]>
Pass the correct path length to _NSGetExecutablePath
Modified: trunk/Source/WebKit2/WebProcessService/Info.plist (129956 => 129957)
--- trunk/Source/WebKit2/WebProcessService/Info.plist 2012-09-28 23:07:39 UTC (rev 129956)
+++ trunk/Source/WebKit2/WebProcessService/Info.plist 2012-09-28 23:08:09 UTC (rev 129957)
@@ -32,7 +32,7 @@
<string>Application</string>
<key>RunLoopType</key>
<string>_NSApplicationMain</string>
- <key>_MultipleInstance</key>
+ <key>_MultipleInstances</key>
<true/>
<key>EnvironmentVariables</key>
<dict>
Modified: trunk/Source/WebKit2/WebProcessServiceForWebKitDevelopment/Info.plist (129956 => 129957)
--- trunk/Source/WebKit2/WebProcessServiceForWebKitDevelopment/Info.plist 2012-09-28 23:07:39 UTC (rev 129956)
+++ trunk/Source/WebKit2/WebProcessServiceForWebKitDevelopment/Info.plist 2012-09-28 23:08:09 UTC (rev 129957)
@@ -32,7 +32,7 @@
<string>Application</string>
<key>RunLoopType</key>
<string>_NSApplicationMain</string>
- <key>_MultipleInstance</key>
+ <key>_MultipleInstances</key>
<true/>
</dict>
</dict>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes