forked from WebKit/WebKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Crash under WebExtensionContextProxy::enumerateFramesAndNamespaceObje…
…cts. https://webkit.org/b/276337 rdar://129820399 Reviewed by Chris Dumez and Brian Weinstein. Use forEach() when iterating m_extensionContentFrames, since it might be mutated during the iteration as frames are added or removed. * Source/WebKit/WebProcess/Extensions/WebExtensionContextProxy.cpp: (WebKit::WebExtensionContextProxy::enumerateFramesAndNamespaceObjects): * Source/WebKit/WebProcess/Extensions/WebExtensionContextProxy.h: Canonical link: https://commits.webkit.org/280753@main
- Loading branch information
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters