refactor: remove more uses of v8::Isolate::GetCurrent() (#28369)
This commit is contained in:
parent
ff96fabe5e
commit
ae2059eaa1
9 changed files with 43 additions and 44 deletions
|
@ -178,6 +178,8 @@ class Session : public gin::Wrappable<Session>,
|
|||
v8::Global<v8::Value> service_worker_context_;
|
||||
v8::Global<v8::Value> web_request_;
|
||||
|
||||
v8::Isolate* isolate_;
|
||||
|
||||
// The client id to enable the network throttler.
|
||||
base::UnguessableToken network_emulation_token_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue