Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index ddde388cd4f27c970c29e351333b06cd94b5c026..920f4f3f4cb5b15f7425449fe8c2912f409cbcd6 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -3703,7 +3703,7 @@ class V8EXPORT Context { |
| * with the debugger to provide additional information on the context through |
| * the debugger API. |
| */ |
| - void SetData(Handle<String> data); |
| + void SetData(Handle<Value> data); |
|
Sven Panne
2012/09/13 07:39:28
I think that this change should be OK and not caus
|
| Local<Value> GetData(); |
| /** |