WebKit/blackberry/Api/WebPageGroupLoadDeferrer.{h, cpp} are implementing a wrapper of WebCore::PageGroupLoadDeferrer.
Created attachment 127293 [details] Patch
Comment on attachment 127293 [details] Patch LGTM.
Comment on attachment 127293 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=127293&action=review > Source/WebKit/blackberry/Api/WebPageGroupLoadDeferrer.cpp:32 > + m_pageGroupLoadDeferrer = new WebCore::PageGroupLoadDeferrer(webPage->d->m_page, true); lets add a /*whatIsThisBool*/-like comment.
(In reply to comment #3) > (From update of attachment 127293 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=127293&action=review > > > Source/WebKit/blackberry/Api/WebPageGroupLoadDeferrer.cpp:32 > > + m_pageGroupLoadDeferrer = new WebCore::PageGroupLoadDeferrer(webPage->d->m_page, true); > > lets add a /*whatIsThisBool*/-like comment. ok. thanks.
Created attachment 127296 [details] Patch v2
Comment on attachment 127296 [details] Patch v2 Antonio made a good point, I guess an enum instead of a bool would have helped there. Looks good!
Committed r107873: <http://trac.webkit.org/changeset/107873>