[webkit-reviews] review granted: [Bug 32924] Web Inspector: Implement Edit Inner HTML action. : [Attachment 45476] [PATCH] Proposed change.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 24 17:26:30 PST 2009


Timothy Hatcher <timothy at hatcher.name> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 32924: Web Inspector: Implement Edit Inner HTML action.
https://bugs.webkit.org/show_bug.cgi?id=32924

Attachment 45476: [PATCH] Proposed change.
https://bugs.webkit.org/attachment.cgi?id=45476&action=review

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>

> +	   }
> +	   WebInspector.startEditing(this._htmlEditElement, commit.bind(this),
dispose.bind(this), null, true);

I prefer an empty line between lines like this.


More information about the webkit-reviews mailing list