<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - We should also store the time information for recent searches"
   href="https://bugs.webkit.org/show_bug.cgi?id=148388#c48">Comment # 48</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - We should also store the time information for recent searches"
   href="https://bugs.webkit.org/show_bug.cgi?id=148388">bug 148388</a>
              from <span class="vcard"><a class="email" href="mailto:zacharyli323&#64;gmail.com" title="Zach Li &lt;zacharyli323&#64;gmail.com&gt;"> <span class="fn">Zach Li</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=148388#c47">comment #47</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=262998&amp;action=diff" name="attach_262998" title="Revised Patch">attachment 262998</a> <a href="attachment.cgi?id=262998&amp;action=edit" title="Revised Patch">[details]</a></span>
&gt; Revised Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=262998&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=262998&amp;action=review</a>
&gt; 
&gt; &gt; Source/WebCore/platform/SearchPopupMenu.h:42
&gt; &gt; +    virtual void saveRecentSearches(const AtomicString&amp; name, const Vector&lt;RecentSearch&gt;&amp; searchItems) = 0;
&gt; 
&gt; No need for the second argument to have a name; searchItems is redundant
&gt; with the type Vector&lt;RecentSearch&gt;.</span >

Will change.

<span class="quote">&gt; 
&gt; &gt; Source/WebCore/platform/SearchPopupMenu.h:43
&gt; &gt; +    virtual void loadRecentSearches(const AtomicString&amp; name, Vector&lt;RecentSearch&gt;&amp; searchItems) = 0;
&gt; 
&gt; No need for the second argument to have a name; searchItems is redundant
&gt; with the type Vector&lt;RecentSearch&gt;.</span >

Will change.

<span class="quote">&gt; 
&gt; We should come back and change this function to use a return value instead
&gt; of an out argument in a later patch.</span >

Okay.

<span class="quote">&gt; 
&gt; &gt; Source/WebCore/platform/cocoa/SearchPopupMenuCocoa.mm:87
&gt; &gt; +        for (auto searchItem : searchItems)
&gt; 
&gt; This should be auto&amp; rather than auto, since we have no need to copy each
&gt; searchItem as we iterate the vector.</span >

Oops.</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>