Index: Source/bindings/templates/dictionary_v8.h |
diff --git a/Source/bindings/templates/dictionary_v8.h b/Source/bindings/templates/dictionary_v8.h |
index 8375b7444a13623cb55352651996c5e868f39c36..61aea165a6407d5f34ffc954c77b81ba53a51668 100644 |
--- a/Source/bindings/templates/dictionary_v8.h |
+++ b/Source/bindings/templates/dictionary_v8.h |
@@ -31,7 +31,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, {{cpp_class}}& im |
template <> |
struct NativeValueTraits<{{cpp_class}}> { |
- static {{cpp_class}} nativeValue(v8::Local<v8::Value>, v8::Isolate*, ExceptionState&); |
+ static {{cpp_class}} nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&); |
}; |
} // namespace blink |