diff options
Diffstat (limited to 'gin/isolate_holder.cc')
-rw-r--r-- | gin/isolate_holder.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gin/isolate_holder.cc b/gin/isolate_holder.cc index 091a983..1ddbe78 100644 --- a/gin/isolate_holder.cc +++ b/gin/isolate_holder.cc @@ -66,7 +66,6 @@ IsolateHolder::IsolateHolder(v8::Isolate* isolate) v8::Isolate::Scope isolate_scope(isolate_); v8::HandleScope handle_scope(isolate_); isolate_data_.reset(new PerIsolateData(isolate_)); - InitFunctionTemplates(isolate_data_.get()); } IsolateHolder::~IsolateHolder() { |