[Webkit-unassigned] [Bug 25882] User paths exposed on file drop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 23 01:08:24 PDT 2010


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





--- Comment #11 from Roland Steiner <rolandsteiner at chromium.org>  2010-04-23 01:08:23 PST ---
(In reply to comment #9)

Minor style nit:

@@ -327,7 +314,6 @@ HashSet<String> ClipboardChromium::types() const
         return results;

     if (!m_dataObject->filenames.isEmpty()) {
-        results.add("text/uri-list");
         results.add("Files");
     }

You can also remove the brackets here since there's only 1 line left in the
'if'.

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