[Webkit-unassigned] [Bug 161806] [GTK] REGRESSION(r205650): ARM build broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 13 08:44:30 PDT 2016


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com

--- Comment #4 from Michael Catanzaro <mcatanzaro at igalia.com> ---
../../Tools/TestWebKitAPI/Tests/WebCore/URLParser.cpp: In instantiation of ‘WTF::String TestWebKitAPI::wideString(const wchar_t (&)[length]) [with unsigned int length = 23u]’:
../../Tools/TestWebKitAPI/Tests/WebCore/URLParser.cpp:252:60:   required from here
../../Tools/TestWebKitAPI/Tests/WebCore/URLParser.cpp:93:9: error: call of overloaded ‘append(const wchar_t&)’ is ambiguous
         builder.append(url[i]);
         ^
../../Tools/TestWebKitAPI/Tests/WebCore/URLParser.cpp:93:9: note: candidates are:
In file included from ../../Source/WebCore/platform/URLParser.h:31:0,
                 from DerivedSources/ForwardingHeaders/WebCore/URLParser.h:1,
                 from ../../Tools/TestWebKitAPI/Tests/WebCore/URLParser.cpp:27:
../../Source/WTF/wtf/text/StringBuilder.h:53:10: note: void WTF::StringBuilder::append(const WTF::AtomicString&) <near match>
     void append(const AtomicString& atomicString)
          ^
../../Source/WTF/wtf/text/StringBuilder.h:53:10: note:   no known conversion for argument 1 from ‘const wchar_t’ to ‘const WTF::AtomicString&’
../../Source/WTF/wtf/text/StringBuilder.h:58:10: note: void WTF::StringBuilder::append(const WTF::String&) <near match>
     void append(const String& string)
          ^
../../Source/WTF/wtf/text/StringBuilder.h:58:10: note:   no known conversion for argument 1 from ‘const wchar_t’ to ‘const WTF::String&’
../../Source/WTF/wtf/text/StringBuilder.h:97:10: note: void WTF::StringBuilder::append(WTF::StringView) <near match>
     void append(StringView stringView)
          ^
../../Source/WTF/wtf/text/StringBuilder.h:97:10: note:   no known conversion for argument 1 from ‘const wchar_t’ to ‘WTF::StringView’
In file included from ../../Source/WebCore/platform/URLParser.h:31:0,
                 from DerivedSources/ForwardingHeaders/WebCore/URLParser.h:1,
                 from ../../Tools/TestWebKitAPI/Tests/WebCore/URLParser.cpp:27:
../../Source/WTF/wtf/text/StringBuilder.h:126:10: note: void WTF::StringBuilder::append(const char*) <near match>
     void append(const char* characters)
          ^
../../Source/WTF/wtf/text/StringBuilder.h:126:10: note:   no known conversion for argument 1 from ‘const wchar_t’ to ‘const char*’
../../Source/WTF/wtf/text/StringBuilder.h:132:10: note: void WTF::StringBuilder::append(UChar)
     void append(UChar c)
          ^
../../Source/WTF/wtf/text/StringBuilder.h:148:10: note: void WTF::StringBuilder::append(LChar)
     void append(LChar c)
          ^
../../Source/WTF/wtf/text/StringBuilder.h:159:10: note: void WTF::StringBuilder::append(char)
     void append(char c)
          ^
../../Source/WTF/wtf/text/StringBuilder.h:164:10: note: void WTF::StringBuilder::append(UChar32)
     void append(UChar32 c)
          ^

-- 
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/20160913/56dc913c/attachment-0001.html>


More information about the webkit-unassigned mailing list