Bug 116719 - Update WTF::Vector pretty printers
Summary: Update WTF::Vector pretty printers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Pena
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 06:37 PDT by Simon Pena
Modified: 2013-05-28 01:23 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.63 KB, patch)
2013-05-24 06:43 PDT, Simon Pena
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Pena 2013-05-24 06:37:46 PDT
Update WTF::Vector pretty printers
Comment 1 Simon Pena 2013-05-24 06:43:35 PDT
Created attachment 202811 [details]
Patch
Comment 2 Simon Pena 2013-05-24 06:45:16 PDT
WTF::Vector pretty printer in Tools/gdb/webkit.py was left outdated after r148891.
Comment 3 WebKit Commit Bot 2013-05-24 07:48:00 PDT
Comment on attachment 202811 [details]
Patch

Clearing flags on attachment: 202811

Committed r150640: <http://trac.webkit.org/changeset/150640>
Comment 4 WebKit Commit Bot 2013-05-24 07:48:01 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Jer Noble 2013-05-24 10:06:04 PDT
Thanks Simon!  I had meant to do this myself, but got distracted.
Comment 6 Simon Pena 2013-05-28 01:23:18 PDT
(In reply to comment #5)
> Thanks Simon!  I had meant to do this myself, but got distracted.

You're welcome! It was the typical thing I found while investigating a different issue :)