<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Don't de-allocate FunctionRareData"
   href="https://bugs.webkit.org/show_bug.cgi?id=144000#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Don't de-allocate FunctionRareData"
   href="https://bugs.webkit.org/show_bug.cgi?id=144000">bug 144000</a>
              from <span class="vcard"><a class="email" href="mailto:basile_clement&#64;apple.com" title="Basile Clement &lt;basile_clement&#64;apple.com&gt;"> <span class="fn">Basile Clement</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=251263&amp;action=diff" name="attach_251263" title="The patch">attachment 251263</a> <a href="attachment.cgi?id=251263&amp;action=edit" title="The patch">[details]</a></span>
The patch

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

<span class="quote">&gt;&gt; Source/JavaScriptCore/runtime/FunctionRareData.cpp:-82
&gt;&gt; -    Base::finishCreation(vm);
&gt; 
&gt; Where do we call the super class finishCreation?</span >

FunctionRareData no longer has a finishCreation member, so that is done by rareData-&gt;finishCreation(vm) in the FunctionRareData::create() call.
Is this bad style without the using Base::finishCreation; clause?</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>