Merge branch 'master' into chrome31
Conflicts: common/atom_version.h
This commit is contained in:
commit
a4715f936b
7 changed files with 42 additions and 12 deletions
|
@ -239,7 +239,7 @@ bool FromV8Arguments(const v8::FunctionCallbackInfo<v8::Value>& args,
|
|||
if (!V8ValueCanBeConvertedTo<T1>(args[index]))
|
||||
return false;
|
||||
internal::SwapOrAssign(*value,
|
||||
static_cast<const T1&>(FromV8Value(args[index])));
|
||||
FromV8Value(args[index]).operator T1());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue