DescriptionUse std::set<> to track active event handlers.
This avoids some custom linked-list code. Also note that
we use a local copy to be sure we removed the same thing
that was added no matter how our callees may muck with the
handler.
R=thestig@chromium.org
Committed: https://pdfium.googlesource.com/pdfium/+/d8d223127d706aa4961b2c9b0037ab256fce9a8f
Patch Set 1 #
Total comments: 6
Patch Set 2 : Simpler set manipulations #
Messages
Total messages: 6 (1 generated)
|