[Webkit-unassigned] [Bug 153597] REGRESSION(r195743): [GTK] Build broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 28 16:58:45 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153597

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Darin Adler <darin at apple.com> ---
(In reply to comment #0)
> Revision r195743 <https://trac.webkit.org/changeset/195743> broke the GTK+
> build:

Strange, it worked on EWS.

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

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 http://trac.webkit.org/changeset/195768

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160129/890400f6/attachment-0001.html>


More information about the webkit-unassigned mailing list