[Webkit-unassigned] [Bug 34412] [BREWMP] Port SharedBuffer::createWithContentsOfFile
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 8 08:11:05 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34412
--- Comment #8 from Kwang Yul Seo <kwangyul.seo at gmail.com> 2010-02-08 08:11:05 PST ---
(In reply to comment #7)
> (From update of attachment 48011 [details])
> Isn't there a rawPtr() accessor (or similar) on OwnPtrBrew which would allow
> you to avoid ever having the IFileMgr* local variable?
>
> IFileMgr* p;
> 58 ISHELL_CreateInstance(shell, AEECLSID_FILEMGR,
> reinterpret_cast<void**>(&p));
> 59
> 60 OwnPtrBrew<IFileMgr> fileMgr(p);
I filed a bug for this. Please check
https://bugs.webkit.org/show_bug.cgi?id=34705 I will update the patch once
34705 is landed.
--
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