Bug 20428 - Evaluating {x: 123} in the Inspector's console shows 123, not the object
Summary: Evaluating {x: 123} in the Inspector's console shows 123, not the object
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-18 13:31 PDT by Timothy Hatcher
Modified: 2008-08-19 10:01 PDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (2.81 KB, patch)
2008-08-18 13:46 PDT, Timothy Hatcher
kmccullough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2008-08-18 13:31:53 PDT
Evaluating an object declaration the console shows the last sub-expression as the result, not the object result.
Comment 1 Timothy Hatcher 2008-08-18 13:46:38 PDT
Created attachment 22855 [details]
Proposed patch
Comment 2 Timothy Hatcher 2008-08-19 10:01:11 PDT
Landed in r35834.