[webkit-reviews] review granted: [Bug 123045] [iOS] Upstream JSGlobalObject::shouldInterruptScriptBeforeTimeout() : [Attachment 214742] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 21 16:46:52 PDT 2013


Joseph Pecoraro <joepeck at webkit.org> has granted Daniel Bates
<dbates at webkit.org>'s request for review:
Bug 123045: [iOS] Upstream JSGlobalObject::shouldInterruptScriptBeforeTimeout()
https://bugs.webkit.org/show_bug.cgi?id=123045

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

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=214742&action=review


r=me

> Source/WebCore/loader/EmptyClients.h:195
> +    virtual bool isStopping() OVERRIDE { return false };

Would this build? I think the semicolon at the end of the line should be after
"return false".


More information about the webkit-reviews mailing list