RESOLVED FIXED 143579
Web Inspector: Uncaught exception using console.table with filter argument
https://bugs.webkit.org/show_bug.cgi?id=143579
Summary Web Inspector: Uncaught exception using console.table with filter argument
Joseph Pecoraro
Reported 2015-04-09 14:48:26 PDT
* SUMMARY Uncaught exception using console.table with filter argument. * TEST <script> function Person(firstName, lastName) { this.firstName = firstName; this.lastName = lastName; } var john = new Person("John", "Smith"); var jane = new Person("Jane", "Doe"); var emily = new Person("Emily", "Jones"); console.table([john, jane, emily], ["firstName"]); </script> * NOTES - Looks like we are trying to convert an object to a RemoteObject that was already converted
Attachments
[PATCH] Proposed Fix (2.56 KB, patch)
2015-04-09 14:49 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2015-04-09 14:49:50 PDT
Created attachment 250469 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 2 2015-04-09 17:37:24 PDT
Comment on attachment 250469 [details] [PATCH] Proposed Fix Clearing flags on attachment: 250469 Committed r182618: <http://trac.webkit.org/changeset/182618>
WebKit Commit Bot
Comment 3 2015-04-09 17:37:28 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.