<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><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> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Added missing override specifiers under Source/WebCore."
   href="https://bugs.webkit.org/show_bug.cgi?id=155021">bug 155021</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Attachment #272981 Flags</td>
           <td>review?, commit-queue?
           </td>
           <td>review-, commit-queue-
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Added missing override specifiers under Source/WebCore."
   href="https://bugs.webkit.org/show_bug.cgi?id=155021#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Added missing override specifiers under Source/WebCore."
   href="https://bugs.webkit.org/show_bug.cgi?id=155021">bug 155021</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=272981&amp;action=diff" name="attach_272981" title="Patch">attachment 272981</a> <a href="attachment.cgi?id=272981&amp;action=edit" title="Patch">[details]</a></span>
Patch

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

Neat!

<span class="quote">&gt; Source/WebCore/page/DebugPageOverlays.cpp:62
&gt; +    void pageOverlayDestroyed(PageOverlay&amp;) final;
&gt; +    void willMoveToPage(PageOverlay&amp;, Page*) final;
&gt; +    void didMoveToPage(PageOverlay&amp;, Page*) final;
&gt; +    void drawRect(PageOverlay&amp;, GraphicsContext&amp;, const IntRect&amp; dirtyRect) final;
&gt; +    bool mouseEvent(PageOverlay&amp;, const PlatformMouseEvent&amp;) final;
&gt; +    void didScrollFrame(PageOverlay&amp;, Frame&amp;) final;</span >

Looks wrong. We removed virtual here but did not add override. Maybe a bug in the tool.</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>