Simplify WebKit2 XPC service backend now that I know it doesn't need to soft link WebKit2.framework
Created attachment 163042 [details] Patch
Created attachment 163043 [details] Patch
Comment on attachment 163043 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=163043&action=review > Source/WebKit2/WebProcess/mac/WebProcessXPCServiceMain.mm:52 > + assert(type == XPC_TYPE_DICTIONARY); Now that this is in the framework, I think you can use ASSERT.
Committed r128021: <http://trac.webkit.org/changeset/128021>