[webkit-reviews] review granted: [Bug 53090] [Qt][WK2] Add a way to use shared process model in MiniBrowser : [Attachment 80636] Patch v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 1 08:23:22 PST 2011


Andreas Kling <kling at webkit.org> has granted Balazs Kelemen
<kbalazs at webkit.org>'s request for review:
Bug 53090: [Qt][WK2] Add a way to use shared process model in MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=53090

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

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

r=me

> Tools/MiniBrowser/qt/main.cpp:48
> +    if ((indexOfSeparateWebProcessOption =
args.indexOf(QRegExp(QLatin1String("-separate-web-process-per-window")))) !=
-1) {

No need for the QRegExp() here.


More information about the webkit-reviews mailing list