Index: Source/bindings/v8/WrapperTypeInfo.h |
diff --git a/Source/bindings/v8/WrapperTypeInfo.h b/Source/bindings/v8/WrapperTypeInfo.h |
index dbba09e6f84bade0636bd933394f69f69045aed5..0348a15a7a1d23e8d9b53b85215e151ab0be9525 100644 |
--- a/Source/bindings/v8/WrapperTypeInfo.h |
+++ b/Source/bindings/v8/WrapperTypeInfo.h |
@@ -211,7 +211,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) |