Bug 156698 - Web Inspector: console.table(navigator) throws exception about `rowPreview.propertyPreviews.length`
Summary: Web Inspector: console.table(navigator) throws exception about `rowPreview.pr...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-04-18 08:04 PDT by Timothy Hatcher
Modified: 2016-04-20 15:44 PDT (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (5.26 KB, patch)
2016-04-20 14:19 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2016-04-18 08:04:26 PDT
> console.table(navigator);

InspectorBackend.js:344:26: CONSOLE ERROR Uncaught exception in inspector page while handling event Console.messageAdded TypeError: null is not an object (evaluating 'rowPreview.propertyPreviews.length')
Comment 1 Radar WebKit Bug Importer 2016-04-18 08:05:18 PDT
<rdar://problem/25778244>
Comment 2 Joseph Pecoraro 2016-04-20 14:19:17 PDT
Created attachment 276850 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2016-04-20 15:44:46 PDT
Comment on attachment 276850 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 276850

Committed r199793: <http://trac.webkit.org/changeset/199793>
Comment 4 WebKit Commit Bot 2016-04-20 15:44:52 PDT
All reviewed patches have been landed.  Closing bug.