When debugging in lldb I sometimes see exceptions of the form: [[ Traceback (most recent call last): File "/Volumes/Data/.../Tools/lldb/lldb_webkit.py", line 587, in __init__ self.update() File "/Volumes/Data/.../Tools/lldb/lldb_webkit.py", line 625, in update elements.append((enumerator_value_to_name_map[current], current)) # e.g. ('Spelling', 4) KeyError: 1 ]]
Created attachment 348352 [details] Patch
Comment on attachment 348352 [details] Patch Clearing flags on attachment: 348352 Committed r235445: <https://trac.webkit.org/changeset/235445>
All reviewed patches have been landed. Closing bug.
<rdar://problem/43818865>