diff --git a/src/node.cc b/src/node.cc index 8796047c6a..00d1c8ceef 100644 --- a/src/node.cc +++ b/src/node.cc @@ -198,7 +198,6 @@ ssize_t DecodeBytes(v8::Handle val, enum encoding encoding) { ssize_t DecodeWrite(char *buf, size_t buflen, v8::Handle val, enum encoding encoding) { - size_t i; HandleScope scope; // XXX @@ -366,18 +365,17 @@ static void ReportException(TryCatch *try_catch, bool show_line = false) { } // Executes a str within the current v8 context. -Handle ExecuteString(v8::Handle source, - v8::Handle filename) { +Local ExecuteString(Local source, Local filename) { HandleScope scope; TryCatch try_catch; - Handle