RESOLVED FIXED 28615
Inspector: Console Array Formatter Shows Extra Properties
https://bugs.webkit.org/show_bug.cgi?id=28615
Summary Inspector: Console Array Formatter Shows Extra Properties
Joseph Pecoraro
Reported Friday, August 21, 2009 5:45:50 PM UTC
Created attachment 38377 [details] [IMAGE] Showing Extra Output On Page: http://www.apple.com/startpage/ Input: [0,1] Expected Output: [0, 1] Actual Output: [0, 1, function (c, b) {var a=0;c=c.bind(b);try{...] Solution: Do not ignore hasOwnProperties when getting Array properties.
Attachments
[IMAGE] Showing Extra Output (221.12 KB, image/png)
2009-08-21 09:45 PDT, Joseph Pecoraro
no flags
[PATCH] Does not ignore hasOwnProperties (1.14 KB, patch)
2009-08-21 09:47 PDT, Joseph Pecoraro
timothy: review+
Joseph Pecoraro
Comment 1 Friday, August 21, 2009 5:47:45 PM UTC
Created attachment 38378 [details] [PATCH] Does not ignore hasOwnProperties
Joseph Pecoraro
Comment 2 Friday, August 21, 2009 7:13:11 PM UTC
Note You need to log in before you can comment on or make changes to this bug.