<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@webkit.org" title="Joseph Pecoraro <joepeck@webkit.org>"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=278282&action=diff" name="attach_278282" title="[PATCH] Addressed Comments">attachment 278282</a> <a href="attachment.cgi?id=278282&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&action=review">https://bugs.webkit.org/attachment.cgi?id=278282&action=review</a>
<span class="quote">> Source/JavaScriptCore/inspector/InjectedScriptSource.js:1404
> + for (var i = 0; i < BasicCommandLineAPI.methods.length; ++i)
> + 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>