[Webkit-unassigned] [Bug 101311] Make namedItem return a node list only in HTMLFormControlsCollection and HTMLOptionsCollection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 6 00:43:04 PST 2012


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





--- Comment #3 from Adam Barth <abarth at webkit.org>  2012-11-06 00:44:35 PST ---
(From update of attachment 172507)
View in context: https://bugs.webkit.org/attachment.cgi?id=172507&action=review

> Source/WebCore/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp:54
> +        return v8Undefined();

You have the isolate.  You should pass it to v8Undefined.

> Source/WebCore/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp:67
> +        return v8Undefined();

ditto

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