Changeset 225693 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Dec 8, 2017, 12:21:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r225683 r225693 1 2017-12-08 Joseph Pecoraro <[email protected]> 2 3 Web Inspector: CRASH at InspectorConsoleAgent::enable when iterating mutable list of buffered console messages 4 https://bugs.webkit.org/show_bug.cgi?id=180590 5 <rdar://problem/35882767> 6 7 Reviewed by Mark Lam. 8 9 * inspector/agents/InspectorConsoleAgent.cpp: 10 (Inspector::InspectorConsoleAgent::enable): 11 Swap the messages to a Vector that won't change during iteration. 12 1 13 2017-12-08 Michael Saboff <[email protected]> 2 14
Note:
See TracChangeset
for help on using the changeset viewer.