[webkit-reviews] review granted: [Bug 38631] Chromium Dev Tools: Large toolbar icons flash when dev tools is opened in docked mode. : [Attachment 55242] [PATCH] Review comments addressed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 6 09:41:18 PDT 2010


Timothy Hatcher <timothy at hatcher.name> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 38631: Chromium Dev Tools: Large toolbar icons flash when dev tools is
opened in docked mode.
https://bugs.webkit.org/show_bug.cgi?id=38631

Attachment 55242: [PATCH] Review comments addressed.
https://bugs.webkit.org/attachment.cgi?id=55242&action=review

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>
> -	   this.drawer.resize();
> +	   if (this.drawer)
> +	       this.drawer.resize();

Why this change?


More information about the webkit-reviews mailing list