Use separate session for cookies change event test

This commit is contained in:
Kevin Sawicki 2016-09-28 17:39:56 -07:00
parent 96e48ac13c
commit 77b35ba7ab
2 changed files with 18 additions and 34 deletions

View file

@ -55,7 +55,6 @@ struct Converter<net::CanonicalCookie> {
}
};
template<>
struct Converter<AtomCookieDelegate::ChangeCause> {
static v8::Local<v8::Value> ToV8(v8::Isolate* isolate,
@ -77,7 +76,6 @@ struct Converter<AtomCookieDelegate::ChangeCause> {
}
};
} // namespace mate
namespace atom {