diff --git a/src/base_object-inl.h b/src/base_object-inl.h index 61f30b3cfbdb0f..6542ebeff3a029 100644 --- a/src/base_object-inl.h +++ b/src/base_object-inl.h @@ -140,8 +140,8 @@ void BaseObject::InternalFieldGet( template void BaseObject::InternalFieldSet( const v8::FunctionCallbackInfo& args) { - v8::Local value = args[0]; // This could be e.g. value->IsFunction(). + v8::Local value = args[0]; CHECK(((*value)->*typecheck)()); args.This()->SetInternalField(Field, value); }