| Index: Source/bindings/templates/callback_interface.cpp | 
| diff --git a/Source/bindings/templates/callback_interface.cpp b/Source/bindings/templates/callback_interface.cpp | 
| index 21a8969f9e0cbb249e993aca5cac66928f84a3ea..959789f6ce41972e3567a18119b4fedb616eeed9 100644 | 
| --- a/Source/bindings/templates/callback_interface.cpp | 
| +++ b/Source/bindings/templates/callback_interface.cpp | 
| @@ -69,7 +69,7 @@ namespace WebCore { | 
| v8::Context::Scope scope(v8Context); | 
|  | 
| {% for argument in method.arguments %} | 
| -    {{argument.cpp_to_js_conversion | indent(4)}} | 
| +    {{argument.cpp_to_v8_conversion | indent}} | 
| if ({{argument.name}}Handle.IsEmpty()) { | 
| if (!isScriptControllerTerminating()) | 
| CRASH(); | 
|  |