| Index: content/common/npobject_stub.h
|
| diff --git a/content/common/npobject_stub.h b/content/common/npobject_stub.h
|
| index 9b64ce8f75e7e6875a01e7dd28966da7f2b1fbe2..4eb568318da6863348fdf0e44e89032a5dc1e507 100644
|
| --- a/content/common/npobject_stub.h
|
| +++ b/content/common/npobject_stub.h
|
| @@ -41,7 +41,8 @@ class NPObjectStub : public IPC::Channel::Listener,
|
| // Schedules tear-down of this stub. The underlying NPObject reference is
|
| // released, and further invokations form the IPC channel will fail once this
|
| // call has returned. Deletion of the stub is deferred to the main loop, in
|
| - // case it is touched as the stack unwinds.
|
| + // case it is touched as the stack unwinds. DeleteSoon() is safe to call
|
| + // more than once, until control returns to the main loop.
|
| void DeleteSoon();
|
|
|
| // IPC::Message::Sender implementation:
|
|
|