Adding some implementation comments. Enforcing Chromium coding conventions.
This commit is contained in:
parent
42adb2afd4
commit
bde30b90e8
4 changed files with 101 additions and 40 deletions
|
@ -13,6 +13,7 @@
|
|||
#include "native_mate/dictionary.h"
|
||||
|
||||
|
||||
|
||||
namespace mate {
|
||||
|
||||
template<>
|
||||
|
@ -83,8 +84,8 @@ namespace atom {
|
|||
namespace api {
|
||||
|
||||
URLRequest::URLRequest(v8::Isolate* isolate, v8::Local<v8::Object> wrapper)
|
||||
: weak_ptr_factory_(this) {
|
||||
InitWith(isolate, wrapper);
|
||||
: weak_ptr_factory_(this) {
|
||||
InitWith(isolate, wrapper);
|
||||
}
|
||||
|
||||
URLRequest::~URLRequest() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue