<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Memory leak for a protected element having pending events in ImageLoader"
   href="https://bugs.webkit.org/show_bug.cgi?id=146538#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Memory leak for a protected element having pending events in ImageLoader"
   href="https://bugs.webkit.org/show_bug.cgi?id=146538">bug 146538</a>
              from <span class="vcard"><a class="email" href="mailto:beidson&#64;apple.com" title="Brady Eidson &lt;beidson&#64;apple.com&gt;"> <span class="fn">Brady Eidson</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=255984&amp;action=diff" name="attach_255984" title="Use RefPtr not calling ref/deref() directly">attachment 255984</a> <a href="attachment.cgi?id=255984&amp;action=edit" title="Use RefPtr not calling ref/deref() directly">[details]</a></span>
Use RefPtr not calling ref/deref() directly

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

<span class="quote">&gt; Source/WebCore/loader/ImageLoader.cpp:363
&gt; +            m_protectedElement= &amp;element();</span >

Type: Missing a space before the =.

(Really bummed that check-webkit-style didn't get this)

<span class="quote">&gt; Source/WebCore/loader/ImageLoader.cpp:372
&gt; +    m_protectedElement.clear();</span >

This should be:
m_protectedElement = nullptr;</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>