RESOLVED FIXED Bug 96228
Simplify WebKit2 XPC service backend now that I know it doesn't need to soft link WebKit2.framework
https://bugs.webkit.org/show_bug.cgi?id=96228
Summary Simplify WebKit2 XPC service backend now that I know it doesn't need to soft ...
Sam Weinig
Reported 2012-09-09 22:41:36 PDT
Simplify WebKit2 XPC service backend now that I know it doesn't need to soft link WebKit2.framework
Attachments
Patch (27.32 KB, patch)
2012-09-09 22:55 PDT, Sam Weinig
no flags
Patch (26.93 KB, patch)
2012-09-09 23:03 PDT, Sam Weinig
mitz: review+
Sam Weinig
Comment 1 2012-09-09 22:55:33 PDT
Sam Weinig
Comment 2 2012-09-09 23:03:35 PDT
mitz
Comment 3 2012-09-09 23:13:25 PDT
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.
Sam Weinig
Comment 4 2012-09-10 00:04:57 PDT
Note You need to log in before you can comment on or make changes to this bug.