[Webkit-unassigned] [Bug 102057] Cannot compile QtWebKit 2.3 on Mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 23 02:20:29 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=102057





--- Comment #6 from Allan Sandfeld Jensen <allan.jensen at digia.com>  2012-11-23 02:22:33 PST ---
(In reply to comment #5)
> WTF::RetainPtr<CFStringRef> path(AdoptCF, m_path.createCFString());
> to
> WTF::RetainPtr<CFStringRef> path(m_path.createCFString());
> 
I don't understand this change. The constructor pattern WTF::RetainPtr<CFStringRef> (AdoptCF,  CFString) is used everywhere. Why would this one place cause compile error when the rest does not?

-- 
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