<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Mac defaults are used for key shortcuts on Linux"
   href="https://bugs.webkit.org/show_bug.cgi?id=162564#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Mac defaults are used for key shortcuts on Linux"
   href="https://bugs.webkit.org/show_bug.cgi?id=162564">bug 162564</a>
              from <span class="vcard"><a class="email" href="mailto:mattbaker&#64;apple.com" title="Matt Baker &lt;mattbaker&#64;apple.com&gt;"> <span class="fn">Matt Baker</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=289833&amp;action=diff" name="attach_289833" title="Fix style issue">attachment 289833</a> <a href="attachment.cgi?id=289833&amp;action=edit" title="Fix style issue">[details]</a></span>
Fix style issue

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=289833&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=289833&amp;action=review</a>

<span class="quote">&gt; Source/WebInspectorUI/UserInterface/Views/CodeMirrorAdditions.js:575
&gt; +    var mac = CodeMirror.keyMap[&quot;default&quot;] == CodeMirror.keyMap.macDefault;</span >

Style: strict equality (===) is used almost exclusively throughout the codebase. Also we've been preferring `let` over `var` for new code.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>