Index: Source/bindings/templates/union.h |
diff --git a/Source/bindings/templates/union.h b/Source/bindings/templates/union.h |
index 468492a616f6e2cd4619f7cdd7e8cad4c84c04b7..1a61acfbb4b036822176c31fb23e45dadf9b5180 100644 |
--- a/Source/bindings/templates/union.h |
+++ b/Source/bindings/templates/union.h |
@@ -66,7 +66,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, {{container.cpp_c |
template <> |
struct NativeValueTraits<{{container.cpp_class}}> { |
- static {{container.cpp_class}} nativeValue(const v8::Local<v8::Value>&, v8::Isolate*, ExceptionState&); |
+ static {{container.cpp_class}} nativeValue(v8::Local<v8::Value>, v8::Isolate*, ExceptionState&); |
}; |
{% endfor %} |