[Webkit-unassigned] [Bug 56950] Fix ambiguous method call in V8 IDL generated code for DOMStringList callback parameter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 13:18:47 PDT 2011


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





--- Comment #7 from Tyler Close <tjclose at chromium.org>  2011-03-24 13:18:47 PST ---
@japhet: I tried using the raw type DOMStringList* first. As I recall, there were a couple problems with that: v8ValueToWebCoreDOMStringList() returns a PassRefPtr, so you get another compile error in the IDL stubs. It also caused problems for some of the hand-written IDB stubs.

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