Index: Source/bindings/core/v8/V8Binding.h |
diff --git a/Source/bindings/core/v8/V8Binding.h b/Source/bindings/core/v8/V8Binding.h |
index fb7249ee0558d69d75a63b3afc2e625218b93782..24d253141490c3c0677445e5adec46cfc1eaa0e7 100644 |
--- a/Source/bindings/core/v8/V8Binding.h |
+++ b/Source/bindings/core/v8/V8Binding.h |
@@ -67,8 +67,8 @@ const int kMaxRecursionDepth = 22; |
// Helpers for throwing JavaScript TypeErrors for arity mismatches. |
void setArityTypeError(ExceptionState&, const char* valid, unsigned provided); |
-v8::Local<v8::Value> createMinimumArityTypeErrorForMethod(const char* method, const char* type, unsigned expected, unsigned provided, v8::Isolate*); |
-v8::Local<v8::Value> createMinimumArityTypeErrorForConstructor(const char* type, unsigned expected, unsigned provided, v8::Isolate*); |
+v8::Local<v8::Value> createMinimumArityTypeErrorForMethod(v8::Isolate*, const char* method, const char* type, unsigned expected, unsigned provided); |
+v8::Local<v8::Value> createMinimumArityTypeErrorForConstructor(v8::Isolate*, const char* type, unsigned expected, unsigned provided); |
void setMinimumArityTypeError(ExceptionState&, unsigned expected, unsigned provided); |
v8::ArrayBuffer::Allocator* v8ArrayBufferAllocator(); |