[Webkit-unassigned] [Bug 13621] Decompilation of object literal getter incorrectly includes quotes around name
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 9 19:24:04 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13621
------- Comment #2 from macdome at opendarwin.org 2007-05-09 19:24 PDT -------
I was confused earlier. The problem currently lies that the
PropertyNode::toStream knows if it's streaming a getter/setter, but the
PropertyNameNode does not. The propertyNameNode always adds " " around the
name. Maybe the " " addition should just be pulled out into
PropertyNode::streamTo
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list