[webkit-reviews] review denied: [Bug 51871] [Qt][WK2] QWKContext should offer the available process models : [Attachment 79731] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 24 04:57:05 PST 2011


Andreas Kling <kling at webkit.org> has denied Balazs Kelemen
<kbalazs at webkit.org>'s request for review:
Bug 51871: [Qt][WK2] QWKContext should offer the available process models
https://bugs.webkit.org/show_bug.cgi?id=51871

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

------- Additional Comments from Andreas Kling <kling at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=79731&action=review

> Source/WebKit2/UIProcess/API/qt/qwkcontext.h:38
> +    QWKContext(const QWKContext&);

QObject subclasses should never have copy constructors.
You'll need to accomplish this in some other way.


More information about the webkit-reviews mailing list