Bug 187783
| Summary: | lldb summarizer matching is incorrect for HashMap<String, Vector<LayerPropertyAnimation>> | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | dbates, lforschler, simon.fraser |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Fraser (smfr)
We seem to try to use the Vector<> summary for a HashMap<String, Vector<LayerPropertyAnimation>>. We need to fix the regular expressions used to pick summary types.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
This actually makes it hard to debug things.
Simon Fraser (smfr)
*** This bug has been marked as a duplicate of bug 187883 ***