Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 3d12193408255e8443ed7f3b0d485ec9a018156a..99bcb4b37d2f4f5a41ba71571a927aa22ca6342f 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -1135,9 +1135,9 @@ class V8EXPORT String : public Primitive { |
int options = NO_OPTIONS) const; |
// One byte characters. |
int WriteOneByte(uint8_t* buffer, |
- int start = 0, |
- int length = -1, |
- int options = NO_OPTIONS) const; |
+ int start = 0, |
+ int length = -1, |
+ int options = NO_OPTIONS) const; |
// UTF-8 encoded characters. |
int WriteUtf8(char* buffer, |
int length = -1, |