[webkit-reviews] review granted: [Bug 27263] WebInspector: show last opened panel when invoking inspector. : [Attachment 32715] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 14 09:01:47 PDT 2009


Timothy Hatcher <timothy at hatcher.name> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 27263: WebInspector: show last opened panel when invoking inspector.
https://bugs.webkit.org/show_bug.cgi?id=27263

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

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>
> +	     if (lastActivePanelSetting.type() == Setting::StringType) {
> +		 m_showAfterVisible =
specialPanelForJSName(lastActivePanelSetting.string());
> +	     }

No need for the curly braces.


More information about the webkit-reviews mailing list