summaryrefslogtreecommitdiff
path: root/src/string_bytes.cc
diff options
context:
space:
mode:
authorSakthipriyan Vairamani <thechargingvolcano@gmail.com>2016-04-07 21:31:11 +0530
committerSakthipriyan Vairamani <thechargingvolcano@gmail.com>2016-04-25 19:24:27 +0530
commit2c480bdae67f333e888a6fd8b25425d8b3b50ff0 (patch)
tree8c549ea50f9fc785e43021d7556ac6d5346785ff /src/string_bytes.cc
parent6781d917f49adfd5a00a7c251277ed9f971f3aee (diff)
downloadandroid-node-v8-2c480bdae67f333e888a6fd8b25425d8b3b50ff0.tar.gz
android-node-v8-2c480bdae67f333e888a6fd8b25425d8b3b50ff0.tar.bz2
android-node-v8-2c480bdae67f333e888a6fd8b25425d8b3b50ff0.zip
src: fix check-imports.py linter errors
This patch fixes all the linter errors. PR-URL: https://github.com/nodejs/node/pull/6105 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/string_bytes.cc')
-rw-r--r--src/string_bytes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string_bytes.cc b/src/string_bytes.cc
index b8d7d3b42f..5bd3a21176 100644
--- a/src/string_bytes.cc
+++ b/src/string_bytes.cc
@@ -19,10 +19,10 @@ using v8::EscapableHandleScope;
using v8::HandleScope;
using v8::Isolate;
using v8::Local;
+using v8::MaybeLocal;
using v8::Object;
using v8::String;
using v8::Value;
-using v8::MaybeLocal;
template <typename ResourceType, typename TypeName>
class ExternString: public ResourceType {