[Webkit-unassigned] [Bug 63674] Get webkit to compile with USE(CFNETWORK) enabled on Mac
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 11 13:08:33 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63674
--- Comment #9 from Jessie Berlin <jberlin at webkit.org> 2011-07-11 13:08:33 PST ---
> > Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp:760
> > return RetainPtr<CFURLStorageSessionRef>(AdoptCF, wkCreatePrivateStorageSession(identifier, defaultStorageSession()));
> > +#else
> > + return RetainPtr<CFURLStorageSessionRef>(AdoptCF, wkCreatePrivateStorageSession(identifier));
>
> This may suffer from the same issue jessieberlin pointed out above. You may want to check with her about this as I'm not as familiar with the private browsing code.
>
Because Mac doesn't use a special "default" storage session like Windows does, it does not need to specify the default storage session to use when creating the private storage session.
So this code is fine.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list