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 193079c35569586ef22902dd8fbaa4b3ba997b78..5b97db5af27366913a79bf4c8afe9e440c077a11 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h |
@@ -83,7 +83,7 @@ struct V8TypeOf { |
// 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); |
-v8::Local<v8::Value> createMinimumArityTypeErrorForConstructor(v8::Isolate*, 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> |