| 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 a554f2f090e7a318991dc654c0693d359a64a558..1c033600403d65be34fbb0450f1beb3465041f70 100644
|
| --- a/Source/bindings/scripts/code_generator_v8.pm
|
| +++ b/Source/bindings/scripts/code_generator_v8.pm
|
| @@ -3059,7 +3059,7 @@ END
|
| }
|
|
|
| $implementation{nameSpaceInternal}->add(<<END);
|
| - RefPtr<${implClassName}> event = ${implClassName}::create(type, eventInit${exceptionStateArgument});
|
| + RefPtrWillBeRawPtr<${implClassName}> event = ${implClassName}::create(type, eventInit${exceptionStateArgument});
|
| END
|
|
|
| if ($constructorRaisesException) {
|
|
|