<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Implement EventSenderProxy for WebKitTestRunner on iOS"
   href="https://bugs.webkit.org/show_bug.cgi?id=148963#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Implement EventSenderProxy for WebKitTestRunner on iOS"
   href="https://bugs.webkit.org/show_bug.cgi?id=148963">bug 148963</a>
              from <span class="vcard"><a class="email" href="mailto:darin&#64;apple.com" title="Darin Adler &lt;darin&#64;apple.com&gt;"> <span class="fn">Darin Adler</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=261079&amp;action=diff" name="attach_261079" title="Patch">attachment 261079</a> <a href="attachment.cgi?id=261079&amp;action=edit" title="Patch">[details]</a></span>
Patch

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

<span class="quote">&gt; Source/WebKit2/UIProcess/WebPageProxy.h:1082
&gt; +    void sendForceRepaintWithCallback(RefPtr&lt;VoidCallback&gt;);</span >

Argument types should almost never be RefPtr. Please consider a plain reference or pointer or RefPtr&amp;&amp; or Ref&amp;&amp;. Details at &lt;<a href="http://www.webkit.org/coding/RefPtr.html">http://www.webkit.org/coding/RefPtr.html</a>&gt;.</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>