[webkit-reviews] review granted: [Bug 30300] Web Inspector: Enforce async interaction between inspector controller and frontend : [Attachment 41027] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 12 10:15:18 PDT 2009


Timothy Hatcher <timothy at hatcher.name> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 30300: Web Inspector: Enforce async interaction between inspector
controller and frontend
https://bugs.webkit.org/show_bug.cgi?id=30300

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

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>
> +    function delayDispatch() {

Brace should be on new line.


> +    }
> +    setTimeout(delayDispatch, 0);

Put a new line after the brace.


More information about the webkit-reviews mailing list