[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:20:58 PDT 2011


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





--- Comment #8 from Nate Chapin <japhet at chromium.org>  2011-03-24 13:20:58 PST ---
(In reply to comment #7)
> @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.

Ok, sounds good.  Just figured I should ask, since I didn't know how DOMStringList is used well enough to have known about the v8ValueToWebCoreDOMStringList issue.

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