chore: revert webFrameMain.executeJavaScriptInIsolatedWorld method (#27926)
This commit is contained in:
parent
5f43c1dab8
commit
84d0e827a3
4 changed files with 0 additions and 73 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue