Skip to content

Commit

Permalink
Fix comment about termination in AuxiliaryProcess
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=240580

Patch by Olivier Blin <olivier.blin@softathome.com> on 2022-05-18
Reviewed by Chris Dumez.

enableTermination is the one needed to re-enable process termination.
Typo present from initial introduction in r83767.

* Shared/AuxiliaryProcess.h:

Canonical link: https://commits.webkit.org/250696@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@294402 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
blino authored and webkit-commit-queue committed May 18, 2022
1 parent ce0f2e8 commit b92673a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WebKit/Shared/AuxiliaryProcess.h
Expand Up @@ -57,7 +57,7 @@ class AuxiliaryProcess : public IPC::Connection::Client, public IPC::MessageSend
void initialize(const AuxiliaryProcessInitializationParameters&);

// disable and enable termination of the process. when disableTermination is called, the
// process won't terminate unless a corresponding disableTermination call is made.
// process won't terminate unless a corresponding enableTermination call is made.
void disableTermination();
void enableTermination();

Expand Down

0 comments on commit b92673a

Please sign in to comment.