| Index: include/v8.h
|
| ===================================================================
|
| --- include/v8.h (revision 3374)
|
| +++ include/v8.h (working copy)
|
| @@ -597,7 +597,7 @@
|
| * with the debugger as this data object is only available through the
|
| * debugger API.
|
| */
|
| - void SetData(Handle<Value> data);
|
| + void SetData(Handle<String> data);
|
| };
|
|
|
|
|
| @@ -2632,7 +2632,7 @@
|
| * with the debugger to provide additional information on the context through
|
| * the debugger API.
|
| */
|
| - void SetData(Handle<Value> data);
|
| + void SetData(Handle<String> data);
|
| Local<Value> GetData();
|
|
|
| /**
|
|
|