[webkit-reviews] review requested: [Bug 99697] [EFL][WK2] Use pimpl idiom for Ewk_Download_Job : [Attachment 169402] 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 asked  for review:
Bug 99697: [EFL][WK2] Use pimpl idiom for Ewk_Download_Job
https://bugs.webkit.org/show_bug.cgi?id=99697

Attachment 169402: Patch
https://bugs.webkit.org/attachment.cgi?id=169402&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