| Index: Source/bindings/templates/interface.cpp | 
| diff --git a/Source/bindings/templates/interface.cpp b/Source/bindings/templates/interface.cpp | 
| index 84e1ea8276fbc771a943078455e9ea9cdbc29af6..2d526a4fb42a7dcba2cf3e50282a727ca50b1e36 100644 | 
| --- a/Source/bindings/templates/interface.cpp | 
| +++ b/Source/bindings/templates/interface.cpp | 
| @@ -1159,8 +1159,6 @@ v8::Handle<v8::Object> wrap({{cpp_class}}* impl, v8::Handle<v8::Object> creation | 
| {##############################################################################} | 
| {% block create_wrapper %} | 
| {% if not has_custom_to_v8 %} | 
| -{% set pass_ref_ptr = 'PassRefPtrWillBeRawPtr' if is_garbage_collected else | 
| -                      'PassRefPtr' %} | 
| v8::Handle<v8::Object> {{v8_class}}::createWrapper({{pass_ref_ptr}}<{{cpp_class}}> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) | 
| { | 
| ASSERT(impl); | 
|  |