[Webkit-unassigned] [Bug 82888] Consider replacing return type of Clipboard::types() from ListHashSet<String> to Vector<String>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 7 16:58:31 PST 2013


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





--- Comment #38 from Vineet Chaudhary (vineetc) <rgf748 at motorola.com>  2013-02-07 17:00:37 PST ---
(In reply to comment #37)
> (In reply to comment #36)
> > (In reply to comment #35)
> > > Sorry, it happened again. See http://build.chromium.org/p/chromium.webkit/builders/Win%20Builder/builds/34703/steps/compile/logs/stdio
> > 
> > No I should be sorry for this!! Unfortunately I don't have cr/win port to check the issue :(.
> 
> Would using ASCIILiteral() in the call to contains() in DragDataChromium.cpp help? All the contains() calls there are actually just char[] constants anyway, so I think this would be an appropriate use of ASCIILiteral.

No using ASCIILiteral() wouldn't help atleast on linux/cr it gives another error in Vector::find() //find called from contains() because of no overloaded == operator in WTHString.h for ASCIILiteral.

"no known conversion for argument 2 from ‘const WTF::ASCIILiteral’ to ‘const char*’"

-- 
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