| Index: src/handles.cc
|
| diff --git a/src/handles.cc b/src/handles.cc
|
| index 222876d7944892e2f3eba1a840396ee2e5cdc8fc..1a600db2123670487caa021094b0c3172a5a717e 100644
|
| --- a/src/handles.cc
|
| +++ b/src/handles.cc
|
| @@ -248,7 +248,7 @@ Handle<JSObject> Copy(Handle<JSObject> obj) {
|
| // collector will call the weak callback on the global handle
|
| // associated with the wrapper and get rid of both the wrapper and the
|
| // handle.
|
| -static void ClearWrapperCache(Persistent<v8::Object> handle, void*) {
|
| +static void ClearWrapperCache(Persistent<v8::Value> handle, void*) {
|
| Handle<Object> cache = Utils::OpenHandle(*handle);
|
| JSValue* wrapper = JSValue::cast(*cache);
|
| Proxy* proxy = Script::cast(wrapper->value())->wrapper();
|
|
|