Use our fork of V8ValueConverter for all cases.
This commit is contained in:
parent
980e8ca4dc
commit
031426d54e
8 changed files with 38 additions and 56 deletions
|
@ -11,8 +11,6 @@
|
|||
|
||||
#include "common/v8/node_common.h"
|
||||
|
||||
using content::V8ValueConverter;
|
||||
|
||||
namespace atom {
|
||||
|
||||
namespace {
|
||||
|
@ -60,7 +58,7 @@ void AtomRendererBindings::OnBrowserMessage(content::RenderView* render_view,
|
|||
v8::Context::Scope context_scope(context);
|
||||
|
||||
v8::Handle<v8::Object> process = GetProcessObject(context);
|
||||
scoped_ptr<V8ValueConverter> converter(V8ValueConverter::create());
|
||||
scoped_ptr<V8ValueConverter> converter(new V8ValueConverter);
|
||||
|
||||
std::vector<v8::Handle<v8::Value>> arguments;
|
||||
arguments.reserve(1 + args.GetSize());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue