| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 8279917d9058fc658b7d4c07c388ce5677cfd505..3ac10ab917d8801b5904343f897c91c0f6f37f14 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -137,6 +137,9 @@ class Top;
|
| /**
|
| * A weak reference callback function.
|
| *
|
| + * This callback should either explicitly invoke Dispose on |object| if
|
| + * V8 wrapper is not needed anymore, or 'revive' it by invocation of MakeWeak.
|
| + *
|
| * \param object the weak global object to be reclaimed by the garbage collector
|
| * \param parameter the value passed in when making the weak global object
|
| */
|
|
|