<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Web Inspector: Console: Variables defined with let/const aren't accessible outside of console's scope"
   href="https://bugs.webkit.org/show_bug.cgi?id=150752#c24">Comment # 24</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Web Inspector: Console: Variables defined with let/const aren't accessible outside of console's scope"
   href="https://bugs.webkit.org/show_bug.cgi?id=150752">bug 150752</a>
              from <span class="vcard"><a class="email" href="mailto:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=278282&amp;action=diff" name="attach_278282" title="[PATCH] Addressed Comments">attachment 278282</a> <a href="attachment.cgi?id=278282&amp;action=edit" title="[PATCH] Addressed Comments">[details]</a></span>
[PATCH] Addressed Comments

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

<span class="quote">&gt; Source/JavaScriptCore/inspector/InjectedScriptSource.js:1404
&gt; +    for (var i = 0; i &lt; BasicCommandLineAPI.methods.length; ++i)
&gt; +        this[method.name] = method;</span >

Oops, this should be `for (var method of BasicCommandLineAPI.methods)`. I probably forgot to save before git adding. I'll fix as a follow-up.</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>