[Webkit-unassigned] [Bug 144310] NodeList has issues with Symbol

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 27 22:43:29 PDT 2015


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

--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org> ---
I suspect what's happening is that propertyNameToAtomicString in JSDOMBinding.h is converting Symbol() to some valid string:

inline AtomicString propertyNameToAtomicString(JSC::PropertyName propertyName)
{
    return AtomicString(propertyName.publicName());
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150428/173575b0/attachment.html>


More information about the webkit-unassigned mailing list