Update to Node v7.9.0

This commit is contained in:
Cheng Zhao 2017-04-27 16:56:47 +09:00
parent 301ed2d66c
commit 4c47f2d15e
4 changed files with 8 additions and 9 deletions

View file

@ -6,17 +6,17 @@
#include <vector>
#include "atom_natives.h" // NOLINT: This file is generated with coffee2c.
#include "atom/common/asar/archive.h"
#include "atom/common/native_mate_converters/callback.h"
#include "atom/common/native_mate_converters/file_path_converter.h"
#include "atom/common/node_includes.h"
#include "native_mate/arguments.h"
#include "native_mate/dictionary.h"
#include "native_mate/object_template_builder.h"
#include "native_mate/wrappable.h"
#include "atom/common/node_includes.h"
#include "atom_natives.h" // NOLINT: This file is generated with coffee2c.
namespace {
class Archive : public mate::Wrappable<Archive> {