summaryrefslogtreecommitdiff
path: root/src/string_bytes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string_bytes.h')
-rw-r--r--src/string_bytes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/string_bytes.h b/src/string_bytes.h
index 7a70f06f63..5f5fcd9fa0 100644
--- a/src/string_bytes.h
+++ b/src/string_bytes.h
@@ -112,7 +112,8 @@ class StringBytes {
v8::Local<v8::Value>* error);
private:
- static size_t WriteUCS2(char* buf,
+ static size_t WriteUCS2(v8::Isolate* isolate,
+ char* buf,
size_t buflen,
v8::Local<v8::String> str,
int flags,