More fixing after WebProcessShim renaming in r149074.
* Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentServiceEntryPoint.mm:
(WebContentServiceInitializer): Updated a comment to mention the shim by its new name.
* WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
Updated to insert the right shim.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@150149 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index 7bf5b9d..9d943e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-05-15 Alexey Proskuryakov <ap@apple.com>
+
+ More fixing after WebProcessShim renaming in r149074.
+
+ * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
+ Updated to insert the right shim.
+
2013-05-15 Patrick Gansterer <paroga@webkit.org>
Consolidate lists in WTF CMake files
diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog
index ea8f0bc..f3e6d66 100644
--- a/Source/WebKit2/ChangeLog
+++ b/Source/WebKit2/ChangeLog
@@ -1,5 +1,12 @@
2013-05-15 Alexey Proskuryakov <ap@apple.com>
+ More fixing after WebProcessShim renaming in r149074.
+
+ * WebProcess/EntryPoint/mac/XPCService/WebContentServiceEntryPoint.mm:
+ (WebContentServiceInitializer): Updated a comment to mention the shim by its new name.
+
+2013-05-15 Alexey Proskuryakov <ap@apple.com>
+
<rdar://problem/13902706> Lion: com.apple.tsm.uiserver sandbox error in Console when
launching Safari
diff --git a/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentServiceEntryPoint.mm b/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentServiceEntryPoint.mm
index 029a55c..995907e 100644
--- a/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentServiceEntryPoint.mm
+++ b/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentServiceEntryPoint.mm
@@ -40,7 +40,7 @@
void WebContentServiceInitializer(xpc_connection_t connection, xpc_object_t initializerMessage)
{
- // Remove the SecItemShim from the DYLD_INSERT_LIBRARIES environment variable so any processes spawned by
+ // Remove the WebProcessShim from the DYLD_INSERT_LIBRARIES environment variable so any processes spawned by
// the this process don't try to insert the shim and crash.
EnvironmentUtilities::stripValuesEndingWithString("DYLD_INSERT_LIBRARIES", "/WebProcessShim.dylib");
diff --git "a/WebKit.xcworkspace/xcshareddata/xcschemes/All Source \050target WebProcess\051.xcscheme" "b/WebKit.xcworkspace/xcshareddata/xcschemes/All Source \050target WebProcess\051.xcscheme"
index b7924b9..72d60ef 100644
--- "a/WebKit.xcworkspace/xcshareddata/xcschemes/All Source \050target WebProcess\051.xcscheme"
+++ "b/WebKit.xcworkspace/xcshareddata/xcschemes/All Source \050target WebProcess\051.xcscheme"
@@ -161,7 +161,7 @@
<EnvironmentVariables>
<EnvironmentVariable
key = "DYLD_INSERT_LIBRARIES"
- value = "$(BUILT_PRODUCTS_DIR)/SecItemShim.dylib"
+ value = "$(BUILT_PRODUCTS_DIR)/WebProcessShim.dylib"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>