| Index: include/v8-debug.h
|
| diff --git a/include/v8-debug.h b/include/v8-debug.h
|
| index 6eaf8806b4d0be9564dce518611b2fba7a48d2f4..4046c4c0cfbc177234fc4d2d4e5680afc0c44c7e 100644
|
| --- a/include/v8-debug.h
|
| +++ b/include/v8-debug.h
|
| @@ -87,7 +87,6 @@ class V8_EXPORT Debug {
|
| virtual ~Message() {}
|
| };
|
|
|
| -
|
| /**
|
| * An event details object passed to the debug event listener.
|
| */
|
| @@ -145,7 +144,7 @@ class V8_EXPORT Debug {
|
| *
|
| * \param message the debug message handler message object
|
| *
|
| - * A MessageHandler2 does not take possession of the message data,
|
| + * A MessageHandler does not take possession of the message data,
|
| * and must not rely on the data persisting after the handler returns.
|
| */
|
| typedef void (*MessageHandler)(const Message& message);
|
|
|