// Copyright (c) 2018 GitHub, Inc. // Use of this source code is governed by the MIT license that can be // found in the LICENSE file. #include "shell/common/promise_util.h" namespace mate { template v8::Local mate::Converter>::ToV8( v8::Isolate*, const electron::util::Promise& val) { return val.GetHandle(); } template <> v8::Local mate::Converter>::ToV8( v8::Isolate*, const electron::util::Promise& val) { return val.GetHandle(); } } // namespace mate