<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_RESOLVED  bz_closed"
   title="RESOLVED FIXED - REGRESSION(r195743): [GTK] Build broken"
   href="https://bugs.webkit.org/show_bug.cgi?id=153597">bug 153597</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;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - REGRESSION(r195743): [GTK] Build broken"
   href="https://bugs.webkit.org/show_bug.cgi?id=153597#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - REGRESSION(r195743): [GTK] Build broken"
   href="https://bugs.webkit.org/show_bug.cgi?id=153597">bug 153597</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>(In reply to <a href="show_bug.cgi?id=153597#c0">comment #0</a>)
<span class="quote">&gt; Revision r195743 &lt;<a href="https://trac.webkit.org/changeset/195743">https://trac.webkit.org/changeset/195743</a>&gt; broke the GTK+
&gt; build:</span >

Strange, it worked on EWS.

<span class="quote">&gt; ../../Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.
&gt; cpp:1353:12: error: no matching function for call to
&gt; 'equalLettersIgnoringASCIICase'
&gt;     return equalLettersIgnoringASCIICase(actionName, &quot;press&quot;) ||
&gt; equalLettersIgnoringASCIICase(actionName, &quot;jump&quot;);
&gt;            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span >

I suggest considering just using strcasecmp here instead of using functions from WTF since this is only test code anyway and it doesn't seem like a WebKit-specific thing to compare one const char* to another.

Looks like Ossy fixed this in <a href="http://trac.webkit.org/changeset/195768">http://trac.webkit.org/changeset/195768</a></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>