[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
Wed Feb 8 01:50:02 PST 2012


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #125965|review?                     |review-
               Flag|                            |




--- Comment #13 from Pavel Feldman <pfeldman at chromium.org>  2012-02-08 01:50:02 PST ---
(From update of attachment 125965)
View in context: https://bugs.webkit.org/attachment.cgi?id=125965&action=review

> Source/WebCore/inspector/InjectedScriptSource.js:236
> +                        if (typeof descriptor.get != "function") {

Should be !==, no need for {}

> Source/WebCore/inspector/InjectedScriptSource.js:239
> +                        if (typeof descriptor.set != "function") {

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