Adding some implementation comments. Enforcing Chromium coding conventions.

This commit is contained in:
ali.ibrahim 2016-09-30 14:17:29 +02:00
parent 42adb2afd4
commit bde30b90e8
4 changed files with 101 additions and 40 deletions

View file

@ -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() {