[webkit-reviews] review canceled: [Bug 99697] [EFL][WK2] Use pimpl idiom for Ewk_Download_Job : [Attachment 169395] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 18 06:24:53 PDT 2012


Christophe Dumez <christophe.dumez at intel.com> has canceled Christophe Dumez
<christophe.dumez at intel.com>'s request for review:
Bug 99697: [EFL][WK2] Use pimpl idiom for Ewk_Download_Job
https://bugs.webkit.org/show_bug.cgi?id=99697

Attachment 169395: Patch
https://bugs.webkit.org/attachment.cgi?id=169395&action=review

------- Additional Comments from Christophe Dumez <christophe.dumez at intel.com>
use
const OwnPtr<struct Download_Job_Data> d;
instead of
OwnPtr<struct Download_Job_Data> d;

just to be safe.


More information about the webkit-reviews mailing list