[webkit-reviews] review granted: [Bug 9703] Patch to make linux port execute : [Attachment 9160] Patch to allow linux port to execute

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Sun Jul 2 16:30:54 PDT 2006


Geoffrey Garen <ggaren at apple.com> has granted Geoffrey Garen
<ggaren at apple.com>'s request for review:
Bug 9703: Patch to make linux port execute
http://bugzilla.opendarwin.org/show_bug.cgi?id=9703

Attachment 9160: Patch to allow linux port to execute
http://bugzilla.opendarwin.org/attachment.cgi?id=9160&action=edit

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
Looks fine to me.

+    if (!jobs->isEmpty()){
+	 m_downloadTimer.startOneShot(pollTimeSeconds);
+    }

For future reference, our style guidelines call for single-line if statements
to be written without curly braces:



More information about the webkit-reviews mailing list