| Index: Source/bindings/v8/WrapperTypeInfo.h
|
| diff --git a/Source/bindings/v8/WrapperTypeInfo.h b/Source/bindings/v8/WrapperTypeInfo.h
|
| index ca2a583fc5d2140dfa3c1a5b3b9538427f3d8809..f8074a999f947d2111a70156e444a2115750451f 100644
|
| --- a/Source/bindings/v8/WrapperTypeInfo.h
|
| +++ b/Source/bindings/v8/WrapperTypeInfo.h
|
| @@ -210,7 +210,7 @@ namespace WebCore {
|
| Dependent, Independent
|
| };
|
|
|
| - void configureWrapper(v8::Persistent<v8::Object>* wrapper) const
|
| + void configureWrapper(v8::PersistentBase<v8::Object>* wrapper) const
|
| {
|
| wrapper->SetWrapperClassId(classId);
|
| if (lifetime == Independent)
|
|
|