Use separate session for cookies change event test
This commit is contained in:
parent
96e48ac13c
commit
77b35ba7ab
2 changed files with 18 additions and 34 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue