chore: rename process.contextIsolation to process.contextIsolated (#28259)
* chore: rename process.contextIsolation to process.contextIsolated * thing
This commit is contained in:
parent
4057e6b56e
commit
f35fc93080
5 changed files with 7 additions and 7 deletions
|
@ -141,7 +141,7 @@ void RendererClientBase::BindProcess(v8::Isolate* isolate,
|
|||
gin_helper::Dictionary* process,
|
||||
content::RenderFrame* render_frame) {
|
||||
process->SetReadOnly("isMainFrame", render_frame->IsMainFrame());
|
||||
process->SetReadOnly("contextIsolation",
|
||||
process->SetReadOnly("contextIsolated",
|
||||
render_frame->GetBlinkPreferences().context_isolation);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue