WebKit
ee24e020 - Cherry-pick r277375. rdar://problem/78264303

Commit
4 years ago
Cherry-pick r277375. rdar://problem/78264303 Crash in WebPageProxy::endColorPicker() https://bugs.webkit.org/show_bug.cgi?id=225679 Patch by Julian Gonzalez <julian_a_gonzalez@apple.com> on 2021-05-12 Reviewed by Ryosuke Niwa. Make sure that endColorPicker() and didEndColorPicker() do not both attempt to null-out m_colorPicker. * UIProcess/WebPageProxy.cpp: (WebKit::WebPageProxy::endColorPicker): (WebKit::WebPageProxy::didEndColorPicker): Canonical link: https://commits.webkit.org/237632@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@277375 268f45cc-cd09-0410-ab3c-d52691b4dbfc Canonical link: https://commits.webkit.org/232923.499@safari-611-branch git-svn-id: https://svn.webkit.org/repository/webkit/branches/safari-611-branch@277811 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Author
Julian Gonzalez
Committer
Parents
  • Source/WebKit
    • File
      ChangeLog
    • UIProcess
      • File
        WebPageProxy.cpp