[webkit-reviews] review granted: [Bug 120657] Web Inspector: Fix keyboard shortcuts for other platforms : [Attachment 212204] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 20 12:44:25 PDT 2013


Timothy Hatcher <timothy at apple.com> has granted Marcelo Morais
<m.morais at samsung.com>'s request for review:
Bug 120657: Web Inspector: Fix keyboard shortcuts for other platforms
https://bugs.webkit.org/show_bug.cgi?id=120657

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

------- Additional Comments from Timothy Hatcher <timothy at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=212204&action=review


> Source/WebInspectorUI/UserInterface/KeyboardShortcut.js:96
> +	   return (InspectorFrontendHost.platform() === "mac") ? this.Command :
this.Control;

No need for the ().


More information about the webkit-reviews mailing list