[Webkit-unassigned] [Bug 47812] V8 binding for DOMSettableTokenList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 1 11:12:37 PDT 2010


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





--- Comment #4 from Erik Arvidsson <arv at chromium.org>  2010-11-01 11:12:38 PST ---
(From update of attachment 72479)
View in context: https://bugs.webkit.org/attachment.cgi?id=72479&action=review

Also, why do we need custom indexedPropertyGetter? It wasn't needed for classList. The codegen knows how to generate this.

> WebCore/bindings/v8/custom/V8DOMSettableTokenListCustom.cpp:39
> +    return v8String(list->item(index));

This does not look right since we should return null when index is out of bounds. ([ConvertNullStringTo=Null]  in the idl)

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