| Index: Source/bindings/core/v8/V8Binding.h
|
| diff --git a/Source/bindings/core/v8/V8Binding.h b/Source/bindings/core/v8/V8Binding.h
|
| index 4c57f6efec798422a1517e29cc192a35c6e50f9a..ade13cf322b0f869dbd73cec0e388fbe58ed1e55 100644
|
| --- a/Source/bindings/core/v8/V8Binding.h
|
| +++ b/Source/bindings/core/v8/V8Binding.h
|
| @@ -62,8 +62,6 @@ namespace TraceEvent {
|
| class ConvertableToTraceFormat;
|
| }
|
|
|
| -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*);
|
|
|