| Index: Source/bindings/templates/dictionary_v8.cpp | 
| diff --git a/Source/bindings/templates/dictionary_v8.cpp b/Source/bindings/templates/dictionary_v8.cpp | 
| index 0d30807092ddef4c565b9c42f7ea61e278e5072f..b625045fbc15882673b9e46f2745e80137ada89a 100644 | 
| --- a/Source/bindings/templates/dictionary_v8.cpp | 
| +++ b/Source/bindings/templates/dictionary_v8.cpp | 
| @@ -107,7 +107,7 @@ void toV8{{cpp_class}}(const {{cpp_class}}& impl, v8::Local<v8::Object> dictiona | 
| {% endfor %} | 
| } | 
|  | 
| -{{cpp_class}} NativeValueTraits<{{cpp_class}}>::nativeValue(const v8::Local<v8::Value>& value, v8::Isolate* isolate, ExceptionState& exceptionState) | 
| +{{cpp_class}} NativeValueTraits<{{cpp_class}}>::nativeValue(v8::Local<v8::Value> value, v8::Isolate* isolate, ExceptionState& exceptionState) | 
| { | 
| {{cpp_class}} impl; | 
| {{v8_class}}::toImpl(isolate, value, impl, exceptionState); | 
|  |