| Index: Source/bindings/scripts/code_generator_v8.pm
|
| diff --git a/Source/bindings/scripts/code_generator_v8.pm b/Source/bindings/scripts/code_generator_v8.pm
|
| index a0db395f7a486008d6ec09599360ebeb4fdf4743..0982cb6f3c796d16ad8e96472783c7a8367be57f 100644
|
| --- a/Source/bindings/scripts/code_generator_v8.pm
|
| +++ b/Source/bindings/scripts/code_generator_v8.pm
|
| @@ -1246,6 +1246,7 @@ static void ${implClassName}ConstructorGetter(v8::Local<v8::String> name, const
|
| return;
|
| v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data)));
|
| }
|
| +
|
| END
|
| }
|
|
|
|
|