[Webkit-unassigned] [Bug 34412] [BREWMP] Port SharedBuffer::createWithContentsOfFile

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 3 13:01:42 PST 2010


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





--- Comment #7 from Eric Seidel <eric at webkit.org>  2010-02-03 13:01:42 PST ---
(From update of attachment 48011)
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);

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