[Webkit-unassigned] [Bug 132678] Blob.cpp fails to build with some gcc versions because of signed/unsigned comparison

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 18 19:51:08 PDT 2014


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





--- Comment #10 from Tanay <tanay.c at samsung.com>  2014-05-18 19:51:29 PST ---
(In reply to comment #9)
> (From update of attachment 231560 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=231560&action=review
> 
> > Source/WebCore/fileapi/Blob.cpp:127
> > +        m_size = (WTF::isInBounds<long long>(actualSize)) ? static_cast<long long>(actualSize) : 0;
> 
> Does it compile without "WTF::"? Please remove the prefix when landing if it does.

Without 'WTF::' compiler is not able to resolve the function. We should retain it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list