| Index: public/platform/Platform.h
|
| diff --git a/public/platform/Platform.h b/public/platform/Platform.h
|
| index 0cd0fe96d45b3a8d91935d8b00422cc226a20a67..ac0a5b291d9029f6b91c261ccd83ababa5cf4ed3 100644
|
| --- a/public/platform/Platform.h
|
| +++ b/public/platform/Platform.h
|
| @@ -397,7 +397,9 @@ public:
|
|
|
| // Sudden Termination --------------------------------------------------
|
|
|
| - // Disable/Enable sudden termination.
|
| + // Disable/Enable sudden termination on a process level. When possible, it
|
| + // is preferable to disable sudden termination on a per-frame level via
|
| + // WebFrameClient::suddenTerminationDisablerChanged.
|
| virtual void suddenTerminationChanged(bool enabled) { }
|
|
|
|
|
|
|