Index: Source/bindings/templates/union.h |
diff --git a/Source/bindings/templates/union.h b/Source/bindings/templates/union.h |
index 1a61acfbb4b036822176c31fb23e45dadf9b5180..2c1f644475b779b58c8d9398cd6daec7ef8f06ba 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(v8::Local<v8::Value>, v8::Isolate*, ExceptionState&); |
+ static {{container.cpp_class}} nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&); |
}; |
{% endfor %} |