forked from qt-creator/qt-creator
acd33f747d
Missing call to `.integer()` for the vector's size on the LLDB (libc++) code path leads to a garbage size value and a failed size check. Fix is to add the missing call `value["__size_"].integer()`. Change-Id: If2113514fec02d9de248c1b4d3b0baea4f7ee5d2 Reviewed-by: Jeremy Barenholtz <jeremyephron@gmail.com> Reviewed-by: hjk <hjk@qt.io>