chore: revert webFrameMain.executeJavaScriptInIsolatedWorld method (#27926)

This commit is contained in:
Keeley Hammond 2021-03-01 07:07:25 -08:00 committed by GitHub
parent 5f43c1dab8
commit 84d0e827a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 73 deletions

View file

@ -79,10 +79,6 @@ class WebFrameMain : public gin::Wrappable<WebFrameMain>,
v8::Local<v8::Promise> ExecuteJavaScript(gin::Arguments* args,
const base::string16& code);
v8::Local<v8::Promise> ExecuteJavaScriptInIsolatedWorld(
gin::Arguments* args,
int world_id,
const base::string16& code);
bool Reload();
void Send(v8::Isolate* isolate,
bool internal,