[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:11:38 PST 2013


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





--- Comment #37 from Daniel Cheng <dcheng at chromium.org>  2013-02-07 16:13:44 PST ---
(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.

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