[Webkit-unassigned] [Bug 77917] Web Inspector: In Inspector.json PropertyDescriptor.writable should be declared optional

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 7 17:42:39 PST 2012


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





--- Comment #12 from Peter Rybin <prybin at chromium.org>  2012-02-07 17:42:38 PST ---
Additional fix is about "set" and "get" properties. They may be "undefined" in JavaScript descriptor, that gets converted to "null" in JSON format.
"Null" is a problem, because our protocol doesn't have nullable types (only type "any" allows "null" value).

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