Bug 187298

Summary: Make CallbackMap::invalidate() safe to re-enter
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, commit-queue, ggaren, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Chris Dumez
Reported 2018-07-03 13:25:24 PDT
Make CallbackMap::invalidate() safe to re-enter.
Attachments
Patch (6.38 KB, patch)
2018-07-03 13:39 PDT, Chris Dumez
no flags
Patch (6.34 KB, patch)
2018-07-03 16:26 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2018-07-03 13:25:38 PDT
Chris Dumez
Comment 2 2018-07-03 13:39:01 PDT
Geoffrey Garen
Comment 3 2018-07-03 16:20:34 PDT
Comment on attachment 344209 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=344209&action=review R=me > Source/WebKit/UIProcess/GenericCallback.h:164 > + HashMap<uint64_t, T> map = WTFMove(callbackMap); I would use auto here.
Chris Dumez
Comment 4 2018-07-03 16:26:14 PDT
WebKit Commit Bot
Comment 5 2018-07-03 17:05:46 PDT
Comment on attachment 344239 [details] Patch Clearing flags on attachment: 344239 Committed r233488: <https://trac.webkit.org/changeset/233488>
WebKit Commit Bot
Comment 6 2018-07-03 17:05:47 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.