| Index: Source/bindings/templates/interface_base.cpp
|
| diff --git a/Source/bindings/templates/interface_base.cpp b/Source/bindings/templates/interface_base.cpp
|
| index 231545797c6fbdae7e1e83524987eaf3e456c8ab..9a74d116ab810f1f44dce275e1bfa937d09cecf1 100644
|
| --- a/Source/bindings/templates/interface_base.cpp
|
| +++ b/Source/bindings/templates/interface_base.cpp
|
| @@ -78,7 +78,7 @@ static void (*{{method.name}}MethodForPartialInterface)(const v8::FunctionCallba
|
| {% if has_constructor_attributes %}
|
| static void {{cpp_class}}ConstructorGetter(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
|
| {
|
| - v8::Handle<v8::Value> data = info.Data();
|
| + v8::Local<v8::Value> data = info.Data();
|
| ASSERT(data->IsExternal());
|
| V8PerContextData* perContextData = V8PerContextData::from(info.Holder()->CreationContext());
|
| if (!perContextData)
|
|
|