<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi all,<div class=""><br class=""></div><div class="">Recently, Yusuke found that JSC and WTF both had the exact same RAII helper data structure. JSC called it SetForScope, and WTF called it TemporaryChange. (Details here:&nbsp;<a href="https://bugs.webkit.org/show_bug.cgi?id=164761" class="">https://bugs.webkit.org/show_bug.cgi?id=164761</a>). Yusuke went to replace JSC’s use of SetForScope with TemporaryChange. When I reviewed his patch, I suggested to him to rename the class to SetForScope because it was my personal preference of the two names. However, I should have first discussed this change with other WebKit developers (so I’m doing that now, retroactively).</div><div class=""><br class=""></div><div class="">If there is a strong preference to use the name TemporaryChange instead of SetForScope, I’ll rename the class back to its original name.</div><div class=""><br class=""></div><div class="">My personal preference is still for the name SetForScope, but my feelings are not strongly tied to one name or the other.</div><div class=""><br class=""></div><div class="">- Saam</div></body></html>