| Index: include/v8.h
|
| ===================================================================
|
| --- include/v8.h (revision 3373)
|
| +++ include/v8.h (working copy)
|
| @@ -598,7 +598,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);
|
| };
|
|
|
|
|
| @@ -2634,7 +2634,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();
|
|
|
| /**
|
|
|