Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 66a649d1e0f6700bd344344a65e8dcf683e8540b..52e3360362b5494521ec9b3216321aa82cc72bf7 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -1198,7 +1198,7 @@ class String : public Primitive { |
* passed in as parameters. |
*/ |
V8EXPORT static Local<String> Concat(Handle<String> left, |
- Handle<String>right); |
+ Handle<String> right); |
/** |
* Creates a new external string using the data defined in the given |