Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index ea17a155745..24c633e286e 100644
--- a/src/util.h
+++ b/src/util.h
@@ -170,7 +170,7 @@ inline TypeName* Unwrap(v8::Local<v8::Object> object);
class Utf8Value {
public:
- explicit Utf8Value(v8::Isolate* isolate, v8::Handle<v8::Value> value);
+ explicit Utf8Value(v8::Isolate* isolate, v8::Local<v8::Value> value);
~Utf8Value() {
if (str_ != str_st_)