On Feb 6, 2013, at 12:06 PM, Daniel Cheng <[email protected]> wrote:
> I think Clipboard.types currently returns an Array. Clipboard::types currently returns ListHashSet<String>, and custom bindings translate that into a JavaScript array. > There's a patch in progress to change this to Vector<String> to remove the > need for custom bindings (https://bugs.webkit.org/show_bug.cgi?id=82878 and > https://bugs.webkit.org/show_bug.cgi?id=82888). Great, that’s exactly what I had in mind. In fact, I did a similar patch locally. -- Darin _______________________________________________ webkit-dev mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev

