Index: third_party/WebKit/Source/bindings/core/v8/V8Binding.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h |
index 3d5ea9e20f91f19ec507c2cf2548f142e2cfce26..6a0c20e6d23bdc41af7393e0b1030318a28a86e6 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h |
@@ -80,12 +80,6 @@ struct V8TypeOf { |
typedef void Type; |
}; |
-// Helpers for throwing JavaScript TypeErrors for arity mismatches. |
-CORE_EXPORT void setArityTypeError(ExceptionState&, const char* valid, unsigned provided); |
-CORE_EXPORT v8::Local<v8::Value> createMinimumArityTypeErrorForMethod(v8::Isolate*, const char* method, const char* type, unsigned expected, unsigned provided); |
-CORE_EXPORT v8::Local<v8::Value> createMinimumArityTypeErrorForConstructor(v8::Isolate*, const char* type, unsigned expected, unsigned provided); |
-CORE_EXPORT void setMinimumArityTypeError(ExceptionState&, unsigned expected, unsigned provided); |
- |
template<typename CallbackInfo, typename S> |
inline void v8SetReturnValue(const CallbackInfo& info, const v8::Persistent<S>& handle) |
{ |