Index: src/bootstrapper.h |
diff --git a/src/bootstrapper.h b/src/bootstrapper.h |
index 1247337cd304a313152009c83ccf7e453df55ebe..cb0d918b171e3b222f37f648e8ace256a1636998 100644 |
--- a/src/bootstrapper.h |
+++ b/src/bootstrapper.h |
@@ -77,7 +77,7 @@ class Bootstrapper final { |
// The returned value is a global handle casted to V8Environment*. |
Handle<Context> CreateEnvironment( |
MaybeHandle<JSGlobalProxy> maybe_global_proxy, |
- v8::Handle<v8::ObjectTemplate> global_object_template, |
+ v8::Local<v8::ObjectTemplate> global_object_template, |
v8::ExtensionConfiguration* extensions); |
// Detach the environment from its outer global object. |