Remove unneeded locker and handle scope
This commit is contained in:
parent
77b35ba7ab
commit
8abe8fe01d
1 changed files with 0 additions and 2 deletions
|
@ -267,8 +267,6 @@ void Cookies::Set(const base::DictionaryValue& details,
|
|||
void Cookies::OnCookieChanged(const net::CanonicalCookie& cookie,
|
||||
bool removed,
|
||||
AtomCookieDelegate::ChangeCause cause) {
|
||||
v8::Locker locker(isolate());
|
||||
v8::HandleScope handle_scope(isolate());
|
||||
Emit("changed", cookie, cause, removed);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue